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!

DocumentNavigator.GetChar

[To be supplied.]

[Visual Basic]
Overridable Public Function GetChar( _
   ByVal i As Integer _
) As Char
[C#]
public virtual char GetChar(
   int i
);
[C++]
public: virtual __wchar_t GetChar(
   int i
);
[JScript]
public function GetChar(
   i : int
) : Char;

Parameters

i
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace