Method | Description | |
---|---|---|
Align ( this value, uint align ) : uint | ||
BigEndian ( this value ) : uint | ||
Invert ( this value ) : uint | ||
LittleEndian ( this value ) : uint | ||
RotateLeft ( this value, int count ) : uint | ||
RotateRight ( this value, int count ) : uint | ||
Swap ( this value ) : uint | ||
ToBoolean ( this value ) : bool | ||
ToByte ( this value ) : byte | ||
ToChar ( this value ) : char | ||
ToDateTime ( this value ) : System.DateTime | ||
ToDecimal ( this value ) : decimal | ||
ToDouble ( this value ) : double | ||
ToInt16 ( this value ) : short | ||
ToInt32 ( this value ) : int | ||
ToInt64 ( this value ) : long | ||
ToSByte ( this value ) : sbyte | ||
ToSingle ( this value ) : float | ||
ToUInt16 ( this value ) : ushort | ||
ToUInt64 ( this value ) : ulong |
public static Align ( this value, uint align ) : uint | ||
value | this | |
align | uint | |
return | uint |
public static BigEndian ( this value ) : uint | ||
value | this | |
return | uint |
public static LittleEndian ( this value ) : uint | ||
value | this | |
return | uint |
public static RotateLeft ( this value, int count ) : uint | ||
value | this | |
count | int | |
return | uint |
public static RotateRight ( this value, int count ) : uint | ||
value | this | |
count | int | |
return | uint |
public static ToBoolean ( this value ) : bool | ||
value | this | |
return | bool |
public static ToDateTime ( this value ) : System.DateTime | ||
value | this | |
return | System.DateTime |
public static ToDecimal ( this value ) : decimal | ||
value | this | |
return | decimal |
public static ToDouble ( this value ) : double | ||
value | this | |
return | double |
public static ToSingle ( this value ) : float | ||
value | this | |
return | float |
public static ToUInt16 ( this value ) : ushort | ||
value | this | |
return | ushort |
public static ToUInt64 ( this value ) : ulong | ||
value | this | |
return | ulong |