CodeFormatterFormatCode(String) Method
Formats the specified source code as HTML.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public string FormatCode(
string code
)
Public Function FormatCode (
code As String
) As String
public:
String^ FormatCode(
String^ code
)
member FormatCode :
code : string -> string
- code String
- The code to format.
StringThe formatted HTML.