TermsConverter.DecodeText(String, ContextVariables, Boolean) Method
Replaces special chars in string.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string DecodeText(
string text,
ContextVariables vars,
ref bool containsFields
)
Public Shared Function DecodeText (
text As String,
vars As ContextVariables,
ByRef containsFields As Boolean
) As String
public:
static String^ DecodeText(
String^ text,
ContextVariables^ vars,
bool% containsFields
)
static member DecodeText :
text : string *
vars : ContextVariables *
containsFields : bool byref -> string
- 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.
StringDecoded string.