Click or drag to resize

toolscheckTextHtmlConsistensy Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.checkTextHtmlConsistensy(HtmlAgilityPack.HtmlNode)"]

Namespace:  imbNLP.PartOfSpeech.decomposing.html
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static bool checkTextHtmlConsistensy(
	this HtmlNode htmlNode
)

Parameters

htmlNode
Type: HtmlNode

[Missing <param name="htmlNode"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.checkTextHtmlConsistensy(HtmlAgilityPack.HtmlNode)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.checkTextHtmlConsistensy(HtmlAgilityPack.HtmlNode)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also