=String-Variant=
Bindings.STR_VARIANT is a binding that represents any datatype as string.
;String-Variant encoding notation
:S String type (without parameters)
:: Control characters " : < > | ? * \ / % # [0..31] [128..] are escaped as %
:: " "-space is _
:I Integer type (without parameters)
:L Long type (without parameters)
:B All other cases. The string is Base64 encoding of a binary encoded variant.
:: Base64 encoding has url and filename safe options enabled.