TermsConverterDecodeText(String, ContextVariables) Method

Replaces special chars in string.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string DecodeText(
	string text,
	ContextVariables vars
)

Parameters

text  String
String to decode.
vars  ContextVariables

Return Value

String
Decoded string.

See Also