public length() as UInt:
Returns current content length.
Current character count.
builder = StringBuilder() builder.append("Klyn") print(builder.length())