SerializationWriterWriteStringDirect Method  | 
 
            Writes a non-null string directly to the stream without tokenization.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic void WriteStringDirect(
	string value
)
Public Sub WriteStringDirect ( 
	value As String
)
Parameters
- value
 - Type: SystemString
The string to store. Must not be null. 
See Also