Binaries (dw::core::Binaries) Flashcards

1
Q

fromBase64

A

Transforms a Base64 string into a binary value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

fromHex

A

Transforms a hexadecimal string into a binary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

readLinesWith

A

Splits the specified binary content into lines and returns the results in an array.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

toBase64

A

Transforms a binary value into a Base64 string.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

toHex

A

Transforms a binary value into a hexadecimal string.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

writeLinesWith

A

Writes the specified lines and returns the binary content.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly