Noemax FastInfoset.NET
AddContentString Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > WriterVocabulary Class : AddContentString Method






text
The string to add to the vocabulary.
Adds the string to the vocabulary content string table.

Syntax

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

Parameters

text
The string to add to the vocabulary.

See Also