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

Determines whether the string contains white space.

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

Syntax

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

Parameters

s
Type: System..::.String
The string to test for white space.

Return Value

true if the string contains white space; otherwise, false.

See Also

StringUtils Class
Facebook.Json.Utilities Namespace