Binaries (dw::core::Binaries) Flashcards
1
Q
fromBase64
A
Transforms a Base64 string into a binary value.
2
Q
fromHex
A
Transforms a hexadecimal string into a binary.
3
Q
readLinesWith
A
Splits the specified binary content into lines and returns the results in an array.
4
Q
toBase64
A
Transforms a binary value into a Base64 string.
5
Q
toHex
A
Transforms a binary value into a hexadecimal string.
6
Q
writeLinesWith
A
Writes the specified lines and returns the binary content.