struct TypeCode
Specifies the type of an object.
public static TypeCode Boolean
A simple type representing Boolean values of or .
public static TypeCode Byte
An integral type representing unsigned 8-bit integers with values between 0 and 255.
public static TypeCode Char
An integral type representing unsigned 16-bit integers with values between 0 and 65535. The set of possible values for the type corresponds to the Unicode character set.
public static TypeCode DateTime
A type representing a date and time value.
public static TypeCode DBNull
A database null (column) value.
public static TypeCode Decimal
A simple type representing values ranging from 1.0 x 10 -28 to approximately 7.9 x 10 28 with 28-29 significant digits.
public static TypeCode Double
A floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits.
public static TypeCode Empty
A null reference.
public static TypeCode Int16
An integral type representing signed 16-bit integers with values between -32768 and 32767.
public static TypeCode Int32
An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647.
public static TypeCode Int64
An integral type representing signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807.
public static TypeCode Object
A general type representing any reference or value type not explicitly represented by another .
public static TypeCode SByte
An integral type representing signed 8-bit integers with values between -128 and 127.
public static TypeCode Single
A floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits.
public static TypeCode String
A sealed class type representing Unicode character strings.
public static TypeCode UInt16
An integral type representing unsigned 16-bit integers with values between 0 and 65535.
public static TypeCode UInt32
An integral type representing unsigned 32-bit integers with values between 0 and 4294967295.
public static TypeCode UInt64
An integral type representing unsigned 64-bit integers with values between 0 and 18446744073709551615.
public Type GetType( )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int value__
😔 No documentation found.
public bool HasFlag( Enum flag )
😔 No documentation found.