SerializationWriterWriteOptimized Method (Decimal) |
Writes a Decimal value into the stream using the fewest number of bytes possible.
Stored Size: 1 byte to 14 bytes (.Net is 16 bytes)
Restrictions: None
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public void WriteOptimized(
decimal value
)
Public Sub WriteOptimized (
value As Decimal
)
Parameters
- value
- Type: SystemDecimal
The Decimal value to store
See Also