Sitecore 5.0 API

StringUtil.IsWhiteSpace Method 

Gets a value indicating whether the current instance is white space.

[Visual Basic]
Public Shared Function IsWhiteSpace( _
   ByVal s As String _
) As Boolean
[C#]
public static bool IsWhiteSpace(
   string s
);

Parameters

s
S.

See Also

StringUtil Class | Sitecore Namespace