XmlSerializationReader.ReadNullableString 方法

定义

指示 XmlReader 读取可能为 null 的简单纯文本 XML 元素。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 System::String ^ ReadNullableString();
protected string? ReadNullableString ();
protected string ReadNullableString ();
member this.ReadNullableString : unit -> string
Protected Function ReadNullableString () As String

返回

字符串值;否则为 null

注解

的受保护成员XmlSerializationReader仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。

适用于