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

Determines whether the string is all white space. Empty string will return false.

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static bool IsWhiteSpace(
	string s
)
Visual Basic (Declaration)
Public Shared Function IsWhiteSpace ( _
	s As String _
) As Boolean
Visual C++
public:
static bool IsWhiteSpace(
	String^ s
)

Parameters

s
Type: System..::.String
The string to test whether it is all white space.

Return Value

true if the string is all white space; otherwise, false.

See Also

StringUtils Class
Facebook.Json.Utilities Namespace