The Utilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | ByteToHexadecimal(Byte) | Convert a byte into a hexadecimal string. |
![]() ![]() | ByteToHexadecimal(array<Byte>[]()[][]) | Convert a byte array into a hexadecimal string. |
![]() ![]() | ByteToHexadecimal(array<Byte>[]()[][], Int32, Int32) | Convert a byte array into a hexadecimal string. |
![]() ![]() | ByteToUInt(array<Byte>[]()[][]) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | ByteToUInt(array<Byte>[]()[][], EndianType) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | ByteToUInt(array<Byte>[]()[][], Int32, Int32) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | ByteToUInt(array<Byte>[]()[][], Int32, Int32, EndianType) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | ByteToULong(array<Byte>[]()[][]) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ByteToULong(array<Byte>[]()[][], EndianType) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ByteToULong(array<Byte>[]()[][], Int32, Int32) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ByteToULong(array<Byte>[]()[][], Int32, Int32, EndianType) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ByteToUShort(array<Byte>[]()[][]) | Converts an array of unsigned short integers to an array of bytes. |
![]() ![]() | ByteToUShort(array<Byte>[]()[][], EndianType) | Converts an array of unsigned short integers to an array of bytes. |
![]() ![]() | ByteToUShort(array<Byte>[]()[][], Int32, Int32) | Converts an array of unsigned short integers to an array of bytes. |
![]() ![]() | ByteToUShort(array<Byte>[]()[][], Int32, Int32, EndianType) | Converts an array of unsigned short integers to an array of bytes. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RotateLeft(UInt16, Int32) | Rotates the bits of an unsigned short integer. |
![]() ![]() | RotateLeft(UInt32, Int32) | Rotates the bits of an unsigned integer. |
![]() ![]() | RotateLeft(UInt64, Int32) | Rotates the bits of an unsigned long integer. |
![]() ![]() | RotateRight(UInt16, Int32) | Rotates the bits of an unsigned short integer. |
![]() ![]() | RotateRight(UInt32, Int32) | Rotates the bits of an unsigned integer. |
![]() ![]() | RotateRight(UInt64, Int32) | Rotates the bits of an unsigned long integer. |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() ![]() | UIntToByte(UInt32) | Converts an unsigned integer to an array of bytes. |
![]() ![]() | UIntToByte(array<UInt32>[]()[][]) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | UIntToByte(UInt32, EndianType) | Converts an unsigned integer to an array of bytes. |
![]() ![]() | UIntToByte(array<UInt32>[]()[][], EndianType) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | UIntToByte(array<UInt32>[]()[][], Int32, Int32) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | UIntToByte(array<UInt32>[]()[][], Int32, Int32, EndianType) | Converts an array of unsigned integers to an array of bytes. |
![]() ![]() | ULongToByte(UInt64) | Converts an unsigned long integer to an array of bytes. |
![]() ![]() | ULongToByte(array<UInt64>[]()[][]) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ULongToByte(UInt64, EndianType) | Converts an unsigned long integer to an array of bytes. |
![]() ![]() | ULongToByte(array<UInt64>[]()[][], EndianType) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ULongToByte(array<UInt64>[]()[][], Int32, Int32) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | ULongToByte(array<UInt64>[]()[][], Int32, Int32, EndianType) | Converts an array of unsigned long integers to an array of bytes. |
![]() ![]() | UShortToByte(UInt16) | Converts an unsigned short integer to an array of bytes. |
![]() ![]() | UShortToByte(array<UInt16>[]()[][]) | Converts an array of unsigned short integers to an array of bytes. |
![]() ![]() | UShortToByte(UInt16, EndianType) | Converts an unsigned short integer to an array of bytes. |
![]() ![]() | UShortToByte(array<UInt16>[]()[][], EndianType) | Converts an array of unsigned short integers to an array of bytes. |
![]() ![]() | UShortToByte(array<UInt16>[]()[][], Int32, Int32) | Converts an array of unsigned short integers to an array of bytes. |
![]() ![]() | UShortToByte(array<UInt16>[]()[][], Int32, Int32, EndianType) | Converts an array of unsigned short integers to an array of bytes. |