Skip to main content
Version: 6.0.1 - 6.0.2

fromUtf8

Helper function that will convert UTF8 to HEX. And toUtf8 function is also available.

Usage

OrgonWeb.fromUtf8(value)

Parameter

ParameterDescriptionData Type
valueThe value to be convertedString

Returns

String

Example

OrgonWeb.fromUtf8("test")
> "0x74657374"