Converter.CorrectExpressionString Method

Modifies initial math expression represented as a string in order to change Decimal Symbol and Arguments Separators delimiters.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string CorrectExpressionString(
	string value,
	char decimalSymbolFrom,
	char decimalSymbolTo,
	char argumentsSeparatorFrom,
	char argumentsSeparatorTo
)

Parameters

value  String
Initial math expression to modify.
decimalSymbolFrom  Char
Decimal Symbol to remove.
decimalSymbolTo  Char
Decimal Symbol to insert.
argumentsSeparatorFrom  Char
Arguments separator to remove.
argumentsSeparatorTo  Char
Arguments separator to insert.

Return Value

String
Returns string of mathematical expression with modified separators.

See Also