public static string ToHtml(
IEnumerable<BBCodeNode> nodes,
bool throwOnError
)
Public Shared Function ToHtml (
nodes As IEnumerable(Of BBCodeNode),
throwOnError As Boolean
) As String
Dim nodes As IEnumerable(Of BBCodeNode)
Dim throwOnError As Boolean
Dim returnValue As String
returnValue = UtilBBCode.ToHtml(nodes,
throwOnError)
public:
static String^ ToHtml(
IEnumerable<BBCodeNode^>^ nodes,
bool throwOnError
)
static member ToHtml :
nodes : IEnumerable<BBCodeNode> *
throwOnError : bool -> string
No code example is currently available or this language may not be supported.
[Missing <param name="nodes"/> documentation for "M:DevCase.Core.DataProcessing.Html.BBCode.UtilBBCode.ToHtml(System.Collections.Generic.IEnumerable{DevCase.Core.DataProcessing.Html.BBCode.BBCodeNode},System.Boolean)"]