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