ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / fromAscii

Function: fromAscii()

fromAscii(stringValue): string

Defined in: packages/util/src/internal.ts:161

Should be called to get hex representation (prefixed by 0x) of ascii string

Parameters

stringValue

string

Returns

string

hex representation of input string