TermsConverter.DecodeText(String, ContextVariables) 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
)

Parameters

text  String
String to decode.
vars  ContextVariables
Variables to use for document fields in the context of current document.

Return Value

String
Decoded string.

See Also