The methods of the NullableByte structure are listed below. For a complete list of NullableByte structure members, see the NullableByte Members topic.
![]() Add | Computes the sum of the two specified NullableByte structures. |
![]() BitwiseAnd | Computes the bitwise AND of the two specified NullableByte structures. |
![]() BitwiseOr | Computes the bitwise OR of the two specified NullableByte structures. |
![]() Divide | Divides its first NullableByte operand by its second. |
![]() Equals | Overloaded. Compares two NullableByte structures to determine if they are equivalent. |
![]() GreaterThan | Compares two instances of NullableByte structure to determine if the first is greater than the second. |
![]() GreaterThanOrEqual | Compares two instances of NullableByte structure to determine if the first is greater than or equal to the second. |
![]() LessThan | Compares two instances of NullableByte structure to determine if the first is less than or equal to the second. |
![]() LessThanOrEqual | Compares two instances of NullableByte structure to determine if the first is less than the second. |
![]() Mod | Computes the remainder for the division of the two specified NullableByte structures. |
![]() Multiply | Computes the product of the two specified NullableByte structures. |
![]() NotEquals | Compares two NullableByte structures to determine if they are not equivalent. |
![]() OnesComplement | Performs a one's complement operation on the supplied NullableByte structure. |
![]() Parse | Converts the specified String representation of a byte to its NullableByte equivalent. |
![]() Subtract | Computes the subtraction of the two specified NullableByte structures. |
![]() Xor | Computes the bitwise exclusive-OR of the two specified NullableByte structures. |
CompareTo | Compares this NullableByte structure to a specified object and returns an indication of their relative values. |
Equals | Overloaded. Compares two NullableByte structures to determine if they are equivalent. |
GetHashCode | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetTypeCode | Returns the TypeCode for value type NullableByte. |
ToNullableBoolean | Converts this NullableByte instance to a NullableBoolean. |
ToNullableDecimal | Converts this NullableByte instance to a NullableDecimal. |
ToNullableDouble | Converts this NullableByte instance to a NullableDouble. |
ToNullableInt16 | Converts this NullableByte instance to a NullableInt16. |
ToNullableInt32 | Converts this NullableByte instance to a NullableInt32. |
ToNullableInt64 | Converts this NullableByte instance to a NullableInt64. |
ToNullableSingle | Converts this NullableByte instance to a NullableSingle. |
ToNullableString | Converts this NullableByte structure to a NullableString structure. |
ToString | Converts this NullableByte structure to a String. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableByte Class | NullableTypes Namespace