CharToDouble method |
This method requires 2 input parameters of string type. The first parameter represents the string to be converted and the second represents the format used for conversion. The format can be one of the USoft IO formats used for numbers. The return parameter of the method represents the converted double value. For example: select USFormat.CharToDouble('3,333.93', '9,999.99') => 3333.93 |