😃
-
Joinforma
- Seattle, WA
Pinned Loading
-
Convert GUID to byte array in Javasc...
Convert GUID to byte array in Javascript 1It is so painful for me when I found there is no code did such so simple thing on the Internet in a simple way. So I did it.
23function guidToBytes(guid) {
4var bytes = [];
5guid.split('-').map((number, index) => {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.