parse_position
Description:
public void parse_position (
out Format format,
out int64 cur)
Parse a position query, writing the format into format, and the position into cur, if the respective parameters are
non-null.
Parameters:
| this |
a Query
|
| format |
the storage for the Format of the position values (may be
null)
|
| cur |
the storage for the current position (may be null)
|