Skip to content

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 StringASCII
StringUTF8
StringUTF16LE
StringBase64
StringHex
Integer
UnsignedInteger
Float
Double
Formatter to use to convert the value

image123