[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;