La función Text.FromBinary convierte un valor binario en un valor de texto.
Sintaxis
Text.FromBinary(
binary as nullable binary,
optional encoding as nullable number
) as nullable text
Parámetros
- binary: valor binario a convertir a texto
- encoding: (opcional) codificación a usar
Ejemplos
Categoría
Funciones de texto