Method
BinaryStream.WriteCurrency(Value as
Currency)
New in 2006r5Supported for all project types and targets.
Writes the passed Currency to the stream.
Sample Code
Var c As Currency = 540.34
Var writeStream As BinaryStream
writeStream.WriteCurrency(c)