Click or drag to resize

Int24GetTypeCode Method

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public TypeCode GetTypeCode()
View Source

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