Click or drag to resize

htmlExtensionsToHtmlDocument Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbCommonModels.htmlExtensions.ToHtmlDocument(System.String,System.Boolean)"]

Namespace:  imbCommonModels
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static HtmlDocument ToHtmlDocument(
	this string code,
	bool pharseErrors
)

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:imbCommonModels.htmlExtensions.ToHtmlDocument(System.String,System.Boolean)"]

pharseErrors
Type: SystemBoolean

[Missing <param name="pharseErrors"/> documentation for "M:imbCommonModels.htmlExtensions.ToHtmlDocument(System.String,System.Boolean)"]

Return Value

Type: HtmlDocument

[Missing <returns> documentation for "M:imbCommonModels.htmlExtensions.ToHtmlDocument(System.String,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. 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