 | ILoggerToHTMLTable Method |
To the HTML table.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxstring ToHTMLTable(
bool includeVerbose = false
)
Function ToHTMLTable (
Optional includeVerbose As Boolean = false
) As String
String^ ToHTMLTable(
bool includeVerbose = false
)
abstract ToHTMLTable :
?includeVerbose : bool
(* Defaults:
let _includeVerbose = defaultArg includeVerbose false
*)
-> string
Parameters
- includeVerbose (Optional)
- Type: SystemBoolean
if set to true [include verbose].
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.Interfaces.ILogger.ToHTMLTable(System.Boolean)"]
See Also