CodeFormatterFormatCode(String, TextWriter) Method
Formats the specified source code as HTML, writing the result to the specified
TextWriter.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public void FormatCode(
string code,
TextWriter writer
)
Public Sub FormatCode (
code As String,
writer As TextWriter
)
public:
void FormatCode(
String^ code,
TextWriter^ writer
)
member FormatCode :
code : string *
writer : TextWriter -> unit
Parameters
- code String
- The code to format.
- writer TextWriter
- The TextWriter to write the formatted code to.