Convert binary unicode (16 digits) string to string chars
Install
Install all functions of strman
yarn add strmanor just the decDecode function
yarn add strman.decdecodeUsage
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'