%dw 2.0
import toRadixNumber from dw::core::Numbers
output application/json
---
{
a: toRadixNumber(2, 2),
b: toRadixNumber(255, 16)
}
toRadixNumber
Submit your feedback!
Share your thoughts to help us build the best documentation experience for you!
Take our latest
survey!