| HtmlDocumentIsWhiteSpace Method  | 
            Determines if the specified character is considered as a whitespace character.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static bool IsWhiteSpace(
	int c
)
Public Shared Function IsWhiteSpace ( 
	c As Integer
) As Boolean
Parameters
- c
 - Type: SystemInt32
The character to check. 
Return Value
Type: 
Booleantrue if if the specified character is considered as a whitespace character.
See Also