[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the string representation of a number to its numeric equivalent. [Property] Target=Sets the type of the result. ARG(Type)|14|9|Boolean,Byte,SByte,Char,Decimal,Double,Single,Int16,UInt16,Int32,UInt32,Int64,UInt64 Provider=Sets an object that supplies culture-specific formatting information. ARG(IFormatProvider)|20|(empty)|IFormatProvider Style=Sets the styles permitted in numeric string arguments. ARG(NumberStyles)|20|(empty)|NumberStyles [Methods] doToNumeric=Converts the string representation of a number to its numeric equivalent. ARG(string value)|1|0 *doToNumeric2=Converts the string representation of a number in a specified style to its numeric equivalent. ARG(string value, NumberStyles style)|1|0 *doToNumeric3=Converts the string representation of a number in a specified culture-specific format to its numeric equivalent. ARG(string value, IFormatProvider provider)|1|0 *doToNumeric4=Converts the string representation of a number in a specified style and culture-specific format to its numeric equivalent. ARG(string value, NumberStyles style, IFormatProvider provider)|1|0 onResult=Occurs after invoke the method doToNumeric and returns the result. ARG(T)|2|0 Result=Returns the result. ARG(T)|3|0 Value=Defines a string containing a number to convert. ARG(string)|4|2 Style=Defines the styles permitted in numeric string arguments. ARG(NumberStyles)|4|0 Provider=Defines an object that supplies culture-specific formatting information. ARG(IFormatProvider)|4|0