Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteRaw(string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteRaw Method : WriteRaw(String) Method



data

The string containing the text to write.

This method is not supported.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Sub WriteRaw( _
   ByVal data As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim data As String
 
instance.WriteRaw(data)
C# 
public override void WriteRaw( 
   string data
)
C++/CLI 
public:
void WriteRaw( 
   String^ data
) override 

Parameters

data

The string containing the text to write.

Remarks

Writing raw XML text is not supported by the Fast Infoset standard. This method works the same way as WriteString.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List
Base Implementation in System.Xml.XmlWriter