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!

XmlString.IsWhitespace

[To be supplied.]

[Visual Basic]
Public Shared Function IsWhitespace( _
   ByVal text As String _
) As Boolean
[C#]
public static bool IsWhitespace(
   string text
);
[C++]
public: static bool IsWhitespace(
   String* text
);
[JScript]
public static function IsWhitespace(
   text : String
) : Boolean;

Parameters

text
[To be supplied.]

See Also

XmlString Class | XmlString Members | System.Xml Namespace