La función Binary.Length devuelve el número de bytes de un valor binario.
Sintaxis
Binary.Length(
binary as nullable binary
) as nullable number
Parámetros
- binary: valor binario cuya longitud se desea conocer
Ejemplos
Categoría
Funciones binarias