Click or drag to resize
XmlUtiltoXml Method (String, String)

[Missing <summary> documentation for "M:DXMLBase.Xml.XmlUtil.toXml(System.String,System.String)"]

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

Parameters

rawString
Type: SystemString

[Missing <param name="rawString"/> documentation for "M:DXMLBase.Xml.XmlUtil.toXml(System.String,System.String)"]

specials
Type: SystemString

[Missing <param name="specials"/> documentation for "M:DXMLBase.Xml.XmlUtil.toXml(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DXMLBase.Xml.XmlUtil.toXml(System.String,System.String)"]

See Also