StringsEscapeToHtml Method

Converts escape statements from a string into their html equivalents.

Definition

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

Parameters

text  String
Text to convert.

Return Value

String
String with the value converted.

See Also