NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICharacterData.substringData

[To be supplied.]

[Visual Basic]
Function substringData( _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As String
[C#]
string substringData(
   int offset,
   int count
);
[C++]
String* substringData(
   int offset,
   int count
) = 0;
[JScript]
function substringData(
   offset : int,
   count : int
) : String;

Parameters

offset
[To be supplied.]
count
[To be supplied.]

See Also

ICharacterData Interface | ICharacterData Members | System.Data.XML.DOM Namespace