Is there a way to convert a string to bytes in SS ...
# suitescript
x
Is there a way to convert a string to bytes in SS 2.0?
b
be more specific what you mean by bytes
there are no bytes in javascript
and there are conflicting standards for representing bytes
node uses Buffer, browsers use typed arrays