You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities Namespace > StringUtils Class > StringUtils Methods > IsWhiteSpace Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StringUtils.IsWhiteSpace Method

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

Syntax
C++
C#
Visual Basic
public: bool IsWhiteSpace( string s );
Parameters
Parameters 
Description 
The string to test whether it is all white space. 
Returns

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

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.