MathMethods.SetUserSeparator Method

Changes decimal symbol in the string representation of the floating number to the one selected by user.

Definition

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

Parameters

value  String
String representation of the floating number to process.

Return Value

String
String representation of the floating number with the decimal symbol selected by user.

See Also