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.23.2
Syntax public static implicit operator TextData (
string data
)
Parameters
- data
- Type: SystemString
The upload data as a byte array.
Return Value
Type:
TextDataThe new
TextDatainstance.
See Also