DecoderReplacementFallback.DefaultString 属性
定义
获取作为此 DecoderReplacementFallback 对象的值的替换字符串。Gets the replacement string that is the value of the DecoderReplacementFallback object.
public:
property System::String ^ DefaultString { System::String ^ get(); };
public string DefaultString { get; }
member this.DefaultString : string
Public ReadOnly Property DefaultString As String
属性值
发出的用以替换无法解码的输入字节序列的替代字符串。A substitute string that is emitted in place of an input byte sequence that cannot be decoded.