Binary
Binary values written as Base64 byte strings.
Syntax
binaryValue = "b" (singleQuotedBase64 | doubleQuotedBase64)
singleQuotedBase64 = "'" base64Content "'"
doubleQuotedBase64 = '"' base64Content '"'
base64Content = { base64Character }
base64Character = "A"…"Z" | "a"…"z" | "0"…"9" | "+" | "/" | "="Structural characters
Symbol
Name
Unicode
Description
Valid forms
Invalid forms
Behavior
See Also
Last updated
Was this helpful?
