Table of Contents

Operator implicit operator

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

implicit operator BytesData(byte[])

Converts the specified data to a new instance of BytesData.

public static implicit operator BytesData(byte[] data)

Parameters

data byte[]

The upload data as a byte array.

Returns

BytesData

The new BytesData instance.