Click or drag to resize
XmlUtilescape Method (String, Int32)

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

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string escape(
	string str,
	int maxLength
)

Parameters

str
Type: SystemString

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

maxLength
Type: SystemInt32

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

Return Value

Type: String

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

See Also