Binary Class
Represents an immutable block of binary data.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | Binary(array<Byte>^) | Initializes a new instance of the Binary class. |
| Name | Description | |
|---|---|---|
![]() | Length | Gets the length of the binary object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Binary^) | Determines whether two binary objects are equal. |
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current Object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | ToArray() | Returns an array of bytes that represents the current binary object. |
![]() | ToString() | Returns a String that represents the current binary object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Binary^, Binary^) | Describes the equality relationship between two binary objects. |
![]() ![]() | Implicit(array<Byte>^ to Binary^) | Enables arrays of bytes to be implicitly coerced to the Binary type in a programming language. |
![]() ![]() | Inequality(Binary^, Binary^) | Describes the inequality relationship between two binary objects. |
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



