Noemax FastInfoset.NET
WriteWhitespace Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > VocabularyWriter Class : WriteWhitespace Method






ws
This method does not add anything to the vocabulary.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub WriteWhitespace( _
   ByVal ws As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As VocabularyWriter
Dim ws As String
 
instance.WriteWhitespace(ws)
C# 
public override void WriteWhitespace( 
   string ws
)
Delphi 
public procedure WriteWhitespace( 
    ws: String
); override; 
JScript 
public override function WriteWhitespace( 
   ws : String
);
Managed Extensions for C++ 
public: void WriteWhitespace( 
   string* ws
) override 
C++/CLI 
public:
void WriteWhitespace( 
   String^ ws
) override 

Parameters

ws

See Also