Skip to content

kaisarsnippets/js-str2hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STR2HEX

[js] String to hexadecimal.

Install

npm install kc-str2hex

Use

var str2hex = require('kc-str2hex');
var hex = str2hex('Hello');
console.log(hex);

About

[js] String to hexadecimal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published