XmlDocNullReferenceResolver.FormatCode Method

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Formats the specified code block for display in a documentation page.
public string FormatCode(string code)

Parameters

code string
The code block to format.

Returns

string
The normalized code block.

See Also