DecoderReplacementFallback.DefaultString 属性

定义

获取作为此 DecoderReplacementFallback 对象的值的替换字符串。

public:
 property System::String ^ DefaultString { System::String ^ get(); };
public string DefaultString { get; }
member this.DefaultString : string
Public ReadOnly Property DefaultString As String

属性值

String

发出的用以替换无法解码的输入字节序列的替代字符串。

适用于

另请参阅