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






text
Adds the content string to the vocabulary.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub AddContentString( _
   ByVal text As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SchemaVocabulary
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

See Also