UInt24GetTypeCode Method

Returns the System.TypeCode for value type System.UInt32 (there is no defined type code for an UInt24).

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.166 -- Release Build+615b5375380e2ef684e1623e3d24332fd3a8e571
public TypeCode GetTypeCode()

Return Value

TypeCode
The enumerated constant, System.TypeCode.UInt32.

Implements

IConvertibleGetTypeCode

Remarks

There is no defined UInt24 type code and since an UInt24 will easily fit inside an UInt32, the UInt32 type code is returned.

See Also