Share

AcGiVariant::asUchar Method

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.

Links

AcGiVariant

Was this information helpful?