TermsConverter.DecodeText(String, ContextVariables) 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
)
Public Shared Function DecodeText (
text As String,
vars As ContextVariables
) As String
public:
static String^ DecodeText(
String^ text,
ContextVariables^ vars
)
static member DecodeText :
text : string *
vars : ContextVariables -> string
- text String
- String to decode.
- vars ContextVariables
- Variables to use for document fields in the context of current document.
StringDecoded string.