TermsConverter.DecodeText(String) Method

Decodes encoded text.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string DecodeText(
	string text
)

Parameters

text  String
Text to decode.

Return Value

String
The decoded text.

See Also