構文
Binary.ApproximateLength(binary as nullable binary) as nullable number
バージョン情報
binary
のおおよその長さを返します。データ ソースがおおよその長さをサポートしていない場合はエラーを返します。
例 1
バイナリ値のおおよその長さを取得します。
使用方法
Binary.ApproximateLength(Binary.FromText("i45WMlSKjQUA", BinaryEncoding.Base64))
出力
9