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