MathMethods.LongNumber(String) Method

Converts a string representation of a number to a double.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string LongNumber(
	string D
)

Parameters

D  String
Text value to parse.

Return Value

String
Text value converted to double.

See Also