Retrieves a substring of the full string from the specified range.
Syntax
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
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