1.0.4 • Published 5 years ago
kc-str2hex v1.0.4
STR2HEX
js String to hexadecimal.
Install
npm install kc-str2hexUse
var str2hex = require('kc-str2hex');
var hex = str2hex('Hello');
console.log(hex);js String to hexadecimal.
npm install kc-str2hexvar str2hex = require('kc-str2hex');
var hex = str2hex('Hello');
console.log(hex);