Buffer to Value#
It transforms a Buffer object into a different type. The available types are Integer, StringUTF8, StringASCII, StringUTF16LE, StringBase64. It uses the .toString() and the .readIntBE() javascript function.
Settings#
| Name | Data Type | Possible Values | Description |
|---|---|---|---|
| type | Enum | StringASCIIStringUTF8StringUTF16LEStringBase64StringHexIntegerUnsignedIntegerFloatDouble | Formatter to use to convert the value |
