HTMLFontBold Method
Generates a bold tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string FontBold(
string content
)
Public Shared Function FontBold (
content As String
) As String
- content String
- The content to be formatted as bold.
StringString with the content enclosed in bold tags.