La función Binary.ToText convierte un valor de tipo binario en texto.
Sintaxis
Binary.ToText(
binary as nullable binary,
optional encoding as nullable number
) as nullable text
Parámetros
- binary: valor binario a convertir en texto
- encoding: (opcional) codificación a usar
Información adicional
El argumento encoding puede tomar los valores BinaryEncoding.Base64 (valor por defecto) o BinaryEncoding.Hex.
Ejemplos
Categoría
Funciones binarias