MathMethods.LongNumber(String) Method
Converts a string representation of a number to a double.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string LongNumber(
string D
)
Public Shared Function LongNumber (
D As String
) As String
public:
static String^ LongNumber(
String^ D
)
static member LongNumber :
D : string -> string
- D String
- Text value to parse.
StringText value converted to double.