MARC21_InterfaceUnEscapeEntities Method |
Unescapes HTML entities from a string and replaces them with their UTF8 values.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax string UnEscapeEntities(
string sString
)
Function UnEscapeEntities (
sString As String
) As String
String^ UnEscapeEntities(
String^ sString
)
abstract UnEscapeEntities :
sString : string -> string
Parameters
- sString
- Type: SystemString
Return Value
Type:
StringSee Also