XmlUtilencodeAsCData Method |
Output a text value as a CDATA section
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void encodeAsCData(
TextWriter stream,
string value
)
Public Shared Sub encodeAsCData (
stream As TextWriter,
value As String
)
public:
static void encodeAsCData(
TextWriter^ stream,
String^ value
)
static member encodeAsCData :
stream : TextWriter *
value : string -> unit
Parameters
- stream
- Type: System.IOTextWriter
The writer to which to serialize the CDATA section - value
- Type: SystemString
The text value to output
See Also