BinaryStream.WriteCurrency

From Xojo Documentation

Method

BinaryStream.WriteCurrency(Value as Currency)

New in 2006r5

Supported 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)