Overview
>
klyn
>
StringBuilderSync
>
append
Overview
Index
Tree
Deprecated
klyn.StringBuilderSync.append
method
public append(value as UShort) as StringBuilderSync:
Description
Appends an unsigned short. builder = StringBuilderSync() builder.append(UShort(12)) print(builder.toString())
Parameters
value Value to append.
Returns
This builder.
Example