GraphicsFormats Xojo plugin

RawBMPExporter.SaveToString Method

Saves a bitmap to BMP formatted string.

SaveToString(
   image as RawBitmap) as String

Parameters

image
The bitmap to be saved into BMP file. This must be RGB or gray color space.

Returns

String
BMP formatted string or empty string if there was error.

Remarks

See Also

RawBMPExporter Class