XmlUtilencodeAttribute Method |
Encode an attribute value as XML to a stream.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void encodeAttribute(
TextWriter stream,
string value
)
Public Shared Sub encodeAttribute (
stream As TextWriter,
value As String
)
public:
static void encodeAttribute(
TextWriter^ stream,
String^ value
)
static member encodeAttribute :
stream : TextWriter *
value : string -> unit
Parameters
- stream
- Type: System.IOTextWriter
The stream to which to write the attribute value. - value
- Type: SystemString
The attribute value.
See Also