CborWriter.ConvertIndefiniteLengthEncodings 属性

定义

获取一个值,此值指明编写器是否自动将不确定长度的编码转换为确定长度的等效编码。

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

属性值

true 如果编写器自动将无限长编码转换为确定长度等效项,则为 ;否则为 false

适用于