StringsDecodeFromHtml Method

Converts an html-encoded string to a text string.

Definition

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

Parameters

html  String
html-encoded value to convert.

Return Value

String
String with the value converted.

See Also