Previous topicNext topic
Help > Methods >
VBStringToUTF8

VBStringToUTF8 Method

Converts a unicode string to a UTF-8 byte array

Syntax

Bytes() = object.VBStringToUTF8 (S As String)

The VBStringToUTF8 method syntax has these parts:

Element Description
Object The object placeholder represents an OrdoWebView2 control
S String. An unicode string to convert
Bytes() Byte array. A byte array that will receive the UTF-8 encoded string