Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(Byte[] to Binary)

Enables arrays of bytes to be implicitly coerced to the System.Data.Linq.Binary type in a programming language.

Declaration
public static implicit operator Binary(byte[] value)
Parameters
Type Name Description
System.Byte[] value

The array of bytes to convert into an instance of the System.Data.Linq.Binary type.

Returns
Type Description
Binary

A System.Data.Linq.Binary class containing the coerced value.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest