GlobalProfile.ReplaceUnicodeChars Method

Note: This API is now obsolete.
Decodes encoded text.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use TermsConverter.Decode instead.")]
public static string ReplaceUnicodeChars(
	string text
)

Parameters

text  String
Text to decode.

Return Value

String
The decoded text.

See Also