MathMethods.SetSystemSeparator Method

Changes decimal symbol in the string representation of the floating number to the system one.

Definition

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

Parameters

value  String
String representation of the floating number to process.

Return Value

String
String representation of the floating number with system decimal symbol.

See Also