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!

XmlScanner.GetChar (Int32)

[To be supplied.]

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

Parameters

offset
[To be supplied.]

See Also

XmlScanner Class | XmlScanner Members | System.Data.XML Namespace | XmlScanner.GetChar Overload List