BBCodeTextNodeAppendChar Method
Appends a character to the inner text.
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void AppendChar(
char c
)
Public Sub AppendChar (
c As Char
)
Dim instance As BBCodeTextNode
Dim c As Char
instance.AppendChar(c)
public:
void AppendChar(
wchar_t c
)
member AppendChar :
c : char -> unit
No code example is currently available or this language may not be supported.
Parameters
- c Char
-
The character to append