次の方法で共有


CborWriter.ConvertIndefiniteLengthEncodings プロパティ

定義

このライターで不確定長のエンコードが不確定長の同等のエンコードに自動的に変換されるかどうかを示す値を取得します。

public:
 property bool ConvertIndefiniteLengthEncodings { bool get(); };
public bool ConvertIndefiniteLengthEncodings { get; }
member this.ConvertIndefiniteLengthEncodings : bool
Public ReadOnly Property ConvertIndefiniteLengthEncodings As Boolean

プロパティ値

true ライターが不定長エンコードを確定長に自動的に変換する場合。それ以外の場合は false

適用対象