|   | Int | 
The Int24 type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | CompareTo(Int24) | Compares this instance to a specified 24-bit signed integer and returns an indication of their relative values. | 
|   | CompareTo(Int32) | Compares this instance to a specified 32-bit signed integer and returns an indication of their relative values. | 
|   | CompareTo(Object) | Compares this instance to a specified object and returns an indication of their relative values. | 
|   | Equals(Int24) | Returns a value indicating whether this instance is equal to a specified Int24 value. | 
|   | Equals(Int32) | Returns a value indicating whether this instance is equal to a specified Int32 value. | 
|   | Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueTypeEquals(Object)) | 
|   | GetBytes | Returns the Int24 value as an array of three bytes. | 
|     | GetBytes(Int24) | Returns the specified Int24 value as an array of three bytes. | 
|   | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | 
|   | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|   | GetTypeCode | Returns the System.TypeCode for value type System.Int32 (there is no defined type code for an Int24). | 
|     | GetValue | Returns a 24-bit signed integer from three bytes at a specified position in a byte array. | 
|     | Parse(String) | Converts the string representation of a number to its 24-bit signed integer equivalent. | 
|     | Parse(String, NumberStyles) | Converts the string representation of a number in a specified style to its 24-bit signed integer equivalent. | 
|     | Parse(String, IFormatProvider) | Converts the string representation of a number in a specified culture-specific format to its 24-bit signed integer equivalent. | 
|     | Parse(String, NumberStyles, IFormatProvider) | Converts the string representation of a number in a specified style and culture-specific format to its 24-bit signed integer equivalent. | 
|   | ToString | Converts the numeric value of this instance to its equivalent string representation. (Overrides ValueTypeToString) | 
|   | ToString(IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. | 
|   | ToString(String) | Converts the numeric value of this instance to its equivalent string representation, using the specified format. | 
|   | ToString(String, IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. | 
|     | TryParse(String, Int24) | Converts the string representation of a number to its 24-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed. | 
|     | TryParse(String, NumberStyles, IFormatProvider, Int24) | Converts the string representation of a number in a specified style and culture-specific format to its 24-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed. | 
 Extension Methods
Extension Methods
        | Name | Description | |
|---|---|---|
|   | BitRotL | Performs right-wise bit-rotation for the specified number of rotations. (Defined by BitExtensions) | 
|   | BitRotR | Performs right-wise bit-rotation for the specified number of rotations. (Defined by BitExtensions) | 
|   | CheckBits | Determines if specified bits are set. (Defined by BitExtensions) | 
|   | CheckBits | Determines if specified bits are set. (Defined by BitExtensions) | 
|   | CheckBits | Determines if specified bits are set. (Defined by BitExtensions) | 
|   | CheckBits | Determines if specified bits are set. (Defined by BitExtensions) | 
|   | ClearBits | Returns value with specified bits cleared. (Defined by BitExtensions) | 
|   | ClearBits | Returns value with specified bits cleared. (Defined by BitExtensions) | 
|   | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|   | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|   | GetMaskedValue | Returns value stored in the bits represented by the specified bitmask. (Defined by BitExtensions) | 
|   | GetMaskedValue | Returns value stored in the bits represented by the specified bitmask. (Defined by BitExtensions) | 
|   | SetBits | Returns value with specified bits set. (Defined by BitExtensions) | 
|   | SetBits | Returns value with specified bits set. (Defined by BitExtensions) | 
|   | SetMaskedValue | Returns value after setting a new value for the bits specified by the bitmask. (Defined by BitExtensions) | 
|   | SetMaskedValue | Returns value after setting a new value for the bits specified by the bitmask. (Defined by BitExtensions) | 
|   | ToBinaryString | Encodes value as binary, i.e., a string of bit values (0 or 1). (Defined by BitExtensions) | 
|   | ToggleBits | Returns value with specified bits toggled. (Defined by BitExtensions) | 
|   | ToggleBits | Returns value with specified bits toggled. (Defined by BitExtensions) | 
 See Also
See Also