CodeFormatter FormatCode Method FormatC Syntax Highlighting Class Library
Formats the specifies source code as HTML.

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

public string FormatCode(
	string code
)

Return Value

The formatted HTML.
Exceptions

ExceptionCondition
OnlineSystem InvalidOperationExceptionFormattingInfo is  .
Examples

For an example see CodeFormatter.
See Also