C++
ACDBCORE2D_PORT char asChar() const;
Description
Returns the current value as a char.
Returns
Variant value as a char.
Remarks
This is equivalent to calling asInt() and casting the result to a char.
ACDBCORE2D_PORT char asChar() const;
Returns the current value as a char.
Variant value as a char.
This is equivalent to calling asInt() and casting the result to a char.