SerializationWriterWrite Method (String) |
Calls WriteOptimized(string).
This override to hide base BinaryWriter.Write(string).
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override void Write(
string value
)
Public Overrides Sub Write (
value As String
)
Parameters
- value
- Type: SystemString
The string to store.
See Also