Uiinfrastructure API Docs  
 

JavascriptParser.IsWhiteSpace Method 

Checks if a token is a single piece of whitespace.

protected virtual bool IsWhiteSpace(
   string _strToken
);

Parameters

_strToken

Return Value

boolean true means that the token is whitespace.

See Also

JavascriptParser Class | com.plumtree.uiinfrastructure.utils Namespace