Int24GetTypeCode Method

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

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.110 -- Release Build+e3f505d56ee50c7e3fea40a20d129873a4fafd4c
public TypeCode GetTypeCode()

Return Value

TypeCode
The enumerated constant, System.TypeCode.Int32.

Implements

IConvertibleGetTypeCode

Remarks

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

See Also