Convert binary unicode (16 digits) string to string chars
Install
Install all functions of strman
yarn add strman
or just the decDecode function
yarn add strman.decdecode
Usage
import { decDecode } from 'strman'
// OR
import decDecode from 'strman.decdecode'
Parameters:
Name | Type | Description |
---|---|---|
value |
String | Value to decode |
- Source:
Returns:
String decoded.
- Type
- String
Example
decDecode('001150011600114001090009700110')
// => 'strman'