stringToHex
Creates a hex string from a utf-8 string
String input values return the actual encoded hex value.
import { stringToHex } from '@polkadot/util';stringToU8a('hello'); // 0x68656c6c6f
Optional
Generated using TypeDoc
Name
stringToHex
Summary
Creates a hex string from a utf-8 string
Description
String input values return the actual encoded hex value.
Example