XmlDictionaryReader.ReadString メソッド

定義

現在のノードの内容を文字列に読み取ります。

オーバーロード

名前 説明
ReadString(Int32)

現在のノードの内容を、指定された最大長の文字列に読み取ります。

ReadString()

現在のノードの内容を文字列に読み取ります。

ReadString(Int32)

ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs

現在のノードの内容を、指定された最大長の文字列に読み取ります。

protected:
 System::String ^ ReadString(int maxStringContentLength);
protected string ReadString(int maxStringContentLength);
override this.ReadString : int -> string
Protected Function ReadString (maxStringContentLength As Integer) As String

パラメーター

maxStringContentLength
Int32

許容される文字列の最大長。

返品

現在のノードの内容を含む文字列。

例外

現在のノードの内容を読み取ることができません。

許容される文字列の最大長を超えました。

適用対象

ReadString()

ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs
ソース:
XmlDictionaryReader.cs

現在のノードの内容を文字列に読み取ります。

public:
 override System::String ^ ReadString();
public override string ReadString();
override this.ReadString : unit -> string
Public Overrides Function ReadString () As String

返品

現在のノードの内容を含む文字列。

例外

現在のノードの内容を読み取ることができません。

許容される文字列の最大長を超えました。

適用対象