base64Binary-to-octets(xs:base64Binary)
This function takes an xs:base64Binary value as input, and returns a sequence of integers representing this sequence of octets. The integers will be in the range 0-255.
xs:base64Binary
Expand
Up Next