'Declaration
Protected Function ReplaceHTML( _ ByVal code As System.String _ ) As System.String
'Usage
Dim instance As NCodeHighlighter Dim code As System.String Dim value As System.String value = instance.ReplaceHTML(code)
protected System.string ReplaceHTML( System.string code )
Parameters
- code