Click or drag to resize
XmlUtilencodeAttribute Method
Encode an attribute value as XML to a stream.

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

Parameters

stream
Type: System.IOTextWriter
The stream to which to write the attribute value.
value
Type: SystemString
The attribute value.
See Also