System.Xml.XmlCharacterData.Substring Method

Retrieves a substring of the full string from the specified range.

Syntax

public virtual string Substring (int offset, int count)

Parameters

offset
The position within the string to start retrieving. An offset of zero indicates the starting point is at the start of the data.
count
The number of characters to retrieve.

Returns

The substring corresponding to the specified range.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0