Converts a unicode string to a UTF-8 byte array
Syntax
String = object.UTF8ToVBString(B() as Byte)
The UTF8ToVBString method syntax has these parts:
| Element | Description |
| Object | The object placeholder represents an OrdoWebView2 control |
| B() | Byte array. a byte array containing the UTF-8 encoded string |
| String | String. A string receiving the decoded UTF-8 array |