TermsConverter.DecodeText(String, ContextVariables, Boolean) Method

Replaces special chars in string.

Definition

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

Parameters

text  String
String to decode.
vars  ContextVariables
Variables to use for document fields in the context of current document.
containsFields  Boolean
Whether specified text contains fields or not.

Return Value

String
Decoded string.

See Also