Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public static bool IsWhiteSpace(
	int c
)

Parameters

c
Type: SystemInt32
The character to check.

Return Value

Type: Boolean
true if if the specified character is considered as a whitespace character.
See Also