[This is preliminary documentation and is subject to change.]
Ensures string contains visible characters.
| C# | Visual Basic | Visual C++ |
public static bool IsEmpty( string str )
Public Shared Function IsEmpty ( _ str As String _ ) As Boolean
public: static bool IsEmpty ( String^ str )
- str (String)
- String to parse.
Returns true if: string is invalid (if empty or null).