The UBBParser class is responsible for parsing UBB formatted text and converting it to HTML.
UBBParser
UBBParser 类负责解析 UBB 格式的文本,并将其转换为 HTML。
The default height for image tags.
图像标签的默认高度。
The default width for image tags.
图像标签的默认宽度。
The last color parsed in the text.
文本中解析的最后颜色。
The last size parsed in the text.
文本中解析的最后大小。
静态
The default instance of the UBBParser class.
UBBParser 类的默认实例。
The UBB formatted text to parse.
可选
Whether to remove UBB tags or convert them to HTML.
The resulting HTML string.
Parses the UBB formatted text and returns the corresponding HTML string.
解析 UBB 格式的文本,并返回相应的 HTML 字符串。
En
The
UBBParser
class is responsible for parsing UBB formatted text and converting it to HTML.Zh
UBBParser
类负责解析 UBB 格式的文本,并将其转换为 HTML。