CborWriter.ConvertIndefiniteLengthEncodings プロパティ

定義

ライターが無期限のエンコードを明確な長さに自動的に変換するかどうかを示す値を取得します。

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

プロパティ値

true ライターが無期限のエンコードを明確な長さに自動的に変換する場合。それ以外の場合は false

適用対象