Click or drag to resize

BytesDataImplicit Conversion (Byte[] to BytesData)

Converts the specified data to a new instance of BytesData.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.11.0
Syntax
C#
public static implicit operator BytesData (
	byte[] data
)

Parameters

data
Type:System.Byte[]
The upload data as a byte array.

Return Value

Type: BytesData
The new BytesData instance.
See Also