MathMethods.SetSystemSeparator Method
Changes decimal symbol in the string representation of the floating number to the system one.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string SetSystemSeparator(
string value
)
Public Shared Function SetSystemSeparator (
value As String
) As String
public:
static String^ SetSystemSeparator(
String^ value
)
static member SetSystemSeparator :
value : string -> string
- value String
- String representation of the floating number to process.
StringString representation of the floating number with system decimal symbol.