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: 8.0.0.0 (8.0.0.0)
Syntax public 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