Share via


DecoderReplacementFallback.MaxCharCount 屬性

定義

取得 DecoderReplacementFallback 物件之取代字串中的字元數。

public:
 virtual property int MaxCharCount { int get(); };
public override int MaxCharCount { get; }
member this.MaxCharCount : int
Public Overrides ReadOnly Property MaxCharCount As Integer

屬性值

字串中所發出的字元數,用來取代無法解碼的位元組序列。也就是由 DefaultString 屬性所傳回的字串長度。

適用於

另請參閱