QuSystem Documentation
IsEmpty Method (str)
The System namespace that should have been...SystemQuStringIsEmpty(String)

[This is preliminary documentation and is subject to change.]

Ensures string contains visible characters.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsEmpty(
	string str
)
Public Shared Function IsEmpty ( _
	str As String _
) As Boolean
public:
static bool IsEmpty (
	String^ str
)
Parameters
str (String)
String to parse.
Return Value
Returns true if: string is invalid (if empty or null).

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0