PooledStringBuilder

Namespace: uModText

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

PooledStringBuilder (Int32, Int32)

Properties

Name

Summary

IsEmpty

Check if string builder is Empty

Length

Gets string builder length

Methods

Name

Summary

Append (String)

Append specified string

Append (Char[], Int32, Int32)

Append the specified buffer

Append (Object)

Append specified object (after ToString)

Append (Char)

Append specified char

Append (Int32)

Append specified integer

Append (Single)

Append specified float

Append (Double)

AppendLine (String)

Append specified string (and new line)

Clear ()

Clear string builder

Replace (String, String)

Replace specified string with specified new string

ToString ()

Build the final string