Table of Contents

Operator implicit operator

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

implicit operator TextData(string)

Converts the specified data to a new instance of BytesData.

public static implicit operator TextData(string data)

Parameters

data string

The upload data as a byte array.

Returns

TextData

The new TextDatainstance.