Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlCharacterData::Substring Method (Int32, Int32)

 

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

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual String^ Substring(
	int offset,
	int count
)

Parameters

offset
Type: System::Int32

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

count
Type: System::Int32

The number of characters to retrieve.

Return Value

Type: System::String^

The substring corresponding to the specified range.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft