Click or drag to resize

MARC21_InterfaceUnEscapeEntities Method

Unescapes HTML entities from a string and replaces them with their UTF8 values.

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
string UnEscapeEntities(
	string sString
)

Parameters

sString
Type: SystemString

[Missing <param name="sString"/> documentation for "M:MARCEngine7.MARC21_Interface.UnEscapeEntities(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:MARCEngine7.MARC21_Interface.UnEscapeEntities(System.String)"]

See Also