次の方法で共有


Binary.ApproximateLength

構文

Binary.ApproximateLength(binary as nullable binary) as nullable number

バージョン情報

binaryのおおよその長さを返します。データ ソースがおおよその長さをサポートしていない場合はエラーを返します。

例 1

バイナリ値のおおよその長さを取得します。

使用方法

Binary.ApproximateLength(Binary.FromText("i45WMlSKjQUA", BinaryEncoding.Base64))

出力

9