Click or drag to resize
XmlUtilencodeText Method

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

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void encodeText(
	TextWriter stream,
	string text
)

Parameters

stream
Type: System.IOTextWriter

[Missing <param name="stream"/> documentation for "M:DXMLBase.Xml.XmlUtil.encodeText(System.IO.TextWriter,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:DXMLBase.Xml.XmlUtil.encodeText(System.IO.TextWriter,System.String)"]

See Also