parse_convert


Description:

public void parse_convert (out Format src_format, out int64 src_value, out Format dest_format, out int64 dest_value)

Parse a convert query answer.

Any of src_format, src_value, dest_format, and dest_value may be null, in which case that value is omitted.

Parameters:

this

a Query

src_format

the storage for the Format of the source value, or null

src_value

the storage for the source value, or null

dest_format

the storage for the Format of the destination value, or null

dest_value

the storage for the destination value, or null