HtmlDocumentIsWhiteSpace Method  | 
 
            Determines if the specified character is considered as a whitespace character.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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