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!

DocumentReader.Get (Char[], Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Get( _
   ByVal array() As Char, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As String
[C#]
public virtual string Get(
   char[] array,
   int offset,
   int length
);
[C++]
public: virtual String* Get(
   __wchar_t* array[],
   int offset,
   int length
);
[JScript]
public function Get(
   array : Char[],
   offset : int,
   length : int
) : String;

Parameters

array
[To be supplied.]
offset
[To be supplied.]
length
[To be supplied.]

See Also

DocumentReader Class | DocumentReader Members | System.Data.XML Namespace | DocumentReader.Get Overload List