Click or drag to resize

SerializationWriter.WriteOptimized Method (Decimal[])

Writes a Decimal[] into the stream using the fewest possible bytes. Notes: A null or empty array will take 1 byte.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public void WriteOptimized(
	decimal[] values
)

Parameters

values
Type:System.Decimal[]
The Decimal[] to store.
See Also