Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public void WriteStringDirect(
	string value
)

Parameters

value
Type: SystemString
The string to store. Must not be null.
See Also