Binary.ApproximateLength
통사론
Binary.ApproximateLength(binary as nullable binary) as nullable number
소개
binary
대략적인 길이를 반환하거나 데이터 원본이 대략적인 길이를 지원하지 않는 경우 오류를 반환합니다.
예제 1
이진 값의 대략적인 길이를 가져옵니다.
사용량
Binary.ApproximateLength(Binary.FromText("i45WMlSKjQUA", BinaryEncoding.Base64))
출력
9