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






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

Syntax

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

Parameters

text
The content string.

See Also