Click or drag to resize

UInt24GetTypeCode Method

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public TypeCode GetTypeCode()
View Source

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