UInt24GetTypeCode Method
Returns the System.TypeCode for value type System.UInt32 (there is no defined type code for an UInt24).
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.158 -- Release Build+3874b6709118ff35f396fdd2fedd12aeea51803e
public TypeCode GetTypeCode()
Public Function GetTypeCode As TypeCode
public:
virtual TypeCode GetTypeCode() sealed
TypeCodeThe enumerated constant, System.TypeCode.UInt32.
IConvertibleGetTypeCode
There is no defined UInt24 type code and since an UInt24 will easily fit inside an UInt32, the
UInt32 type code is returned.