Formats the specified source code.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- code
- Type:
System String
The code to format.
Return Value
An HTML fragment containing the formatted code, or if custom formatting failed and the CodeFormatter should fall back to regular formatting.Implements
ICustomFormattingInfo FormatCode(String)See Also