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.5.0.0 (5.5.18.1019)
Syntaxpublic void WriteOptimized(
	decimal value
)
Public Sub WriteOptimized ( 
	value As Decimal
)
Parameters
- value
 - Type: SystemDecimal
The Decimal value to store 
See Also