Click or drag to resize

TextData  Conversion (String to TextData)

Converts the specified data to a new instance of BytesData.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static implicit operator TextData (
	string data
)

Parameters

data
Type: SystemString
The upload data as a byte array.

Return Value

Type: TextData
The new TextDatainstance.
See Also