Retrieves a substring of the full string from the specified range.
[Visual Basic] Overridable Public Function Substring( _ ByVal offset As Integer, _ ByVal count As Integer _ ) As String [C#] public virtual string Substring( int offset, int count ); [C++] public: virtual String* Substring( int offset, int count ); [JScript] public function Substring( offset : int, count : int ) : String;
XmlCharacterData Class | XmlCharacterData Members | System.NewXml Namespace