MathMethods.ParseString Method

Converts a given text value to a double.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static double ParseString(
	string text
)

Parameters

text  String
Text value to parse.

Return Value

Double
Text value converted to a double.

See Also