Click or drag to resize
MARC21_InterfaceUnEscapeEntities Method
Unescapes HTML entities from a string and replaces them with their UTF8 values.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
string UnEscapeEntities(
	string sString
)

Parameters

sString
Type: SystemString

Return Value

Type: String
See Also