PooledStringBuilder
Assembly: uMod.Core.dll
Inheritance Object PooledStringBuilder
Summary
Represents a fast string builder
Constructors
Name | Summary |
|---|---|
PooledStringBuilder () | Create a new instance of the StringBuilder class |
Properties
Name | Summary |
|---|---|
IsEmpty | Check if string builder is Empty |
Length | Gets string builder length |
Methods
Name | Summary |
|---|---|
Append ( | Append specified string |
Append the specified buffer | |
Append ( | Append specified object (after ToString) |
Append ( | Append specified char |
Append ( | Append specified integer |
Append ( | Append specified float |
Append ( | |
AppendLine ( | Append specified string (and new line) |
Clear () | Clear string builder |
Replace specified string with specified new string | |
ToString () | Build the final string |