Click or drag to resize
XmlUtilreplaceBuiltInEntities Method
Replace XML's built-in references (&, etc.) with the corresponding characters.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string replaceBuiltInEntities(
	string rawString
)

Parameters

rawString
Type: SystemString
The string to convert.

Return Value

Type: String
The converted string.
See Also