In This Topic
The following tables list the members exposed by Binary.
Public Constructors
Public Properties
| Name | Description |
 | Length | Gets the length of the binary object. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Compares two Binary objects to determine if they are equal. |
 | GetHashCode | Gets a hash code for the Binary instance. |
 | ToArray | Returns an array of bytes that the current binary object stores. |
 | ToString | Returns a System.String that represents the current binary object value. |
Top
Public Operators
See Also