---
alias: user-guide-automation-converter-buffertovalue
description: "This component converts a buffer into various data types for processing"
---
# 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][image123]
[image123]: ./images/image123.png