C++
ACDBCORE2D_PORT unsigned char asUchar() const;
Description
Returns the current value as an unsigned char.
Returns
The variant value as an unsigned char.
Remarks
This is equivalent to calling asInt() and casting the result to an unsigned char.
ACDBCORE2D_PORT unsigned char asUchar() const;
Returns the current value as an unsigned char.
The variant value as an unsigned char.
This is equivalent to calling asInt() and casting the result to an unsigned char.