StringsUnescape Method

Remove escape statements from text.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Unescape(
	string text
)

Parameters

text  String
Text to evaluate.

Return Value

String
String with the text without escape statements.

See Also