Binary Class

Binary Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents an immutable block of binary data.

System::Object
  System.Data.Linq::Binary

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

No code example is currently available or this language may not be supported.

The Binary type exposes the following members.

  NameDescription
Public methodBinaryInitializes a new instance of the Binary class.
Top

  NameDescription
Public propertyLengthGets the length of the binary object.
Top

  NameDescription
Public methodEquals(Binary)Determines whether two binary objects are equal.
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Overrides Object::Equals(Object).)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Overrides Object::GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToArrayReturns an array of bytes that represents the current binary object.
Public methodToStringReturns a String that represents the current binary object. (Overrides Object::ToString().)
Top

  NameDescription
Public operatorStatic memberEqualityDescribes the equality relationship between two binary objects.
Public operatorStatic memberImplicit(array<Byte> to Binary)Enables arrays of bytes to be implicitly coerced to the Binary type in a programming language.
Public operatorStatic memberInequalityDescribes the inequality relationship between two binary objects.
Top

Windows Phone OS

Supported in: 8.1, 8.0

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft