ICustomFormattingInfo FormatCode Method FormatC Syntax Highlighting Class Library
Formats the specified source code.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

string FormatCode(
	string code
)

Return Value

An HTML fragment containing the formatted code, or   if custom formatting failed and the CodeFormatter should fall back to regular formatting.
See Also