LinqConnect Documentation
Devart.Data.Linq Namespace / Binary Class / Implicit Type Conversion Operator
An array of bytes to convert to a Binary object.

In This Topic
    Implicit Type Conversion Operator
    In This Topic
    Converts an array of bytes to a Binary object.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal value() As Byte _
    ) As Binary
    public Binary operator implicit( 
       byte[] value
    )

    Parameters

    value
    An array of bytes to convert to a Binary object.

    Return Value

    A Binary object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also