TermsConverter.EncodeText Method

Encodes the text.

Definition

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

Parameters

input  String
Text to encode.

Return Value

String
The encoded text.

See Also