UnsafeStringBuilder.Append Method |
Name | Description | |
---|---|---|
Append(Boolean) | ||
Append(Byte) |
Appends a Byte (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(Char) |
Appends one char to the current UnsafeStringBuilder.
| |
Append(Char[]) |
Appends an array of char to the current UnsafeStringBuilder.
| |
Append(Int16) |
Appends a Int16 (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(Int32) |
Appends a Int32 (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(Int64) |
Appends a Int64 (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(SByte) |
Appends an SByte (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(String) |
Appends a String to the current UnsafeStringBuilder.
| |
Append(UInt16) |
Appends a UInt16 (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(UInt32) |
Appends a UInt32 (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(UInt64) |
Appends a UInt64 (with decimal formatting) to the current UnsafeStringBuilder.
| |
Append(CharSpan) |
Appends a CharSpan to the current UnsafeStringBuilder.
| |
Append(UnsafeString) |
Appends an UnsafeString to the current UnsafeStringBuilder.
| |
Append(UnsafeStringBuilder) |
Appends the current value of a UnsafeStringBuilder to the current UnsafeStringBuilder.
| |
Append(Char*, Int32) |
Appends an unmanaged array of char to the current UnsafeStringBuilder.
| |
Append(Char, Char) |
Appends two char to the current UnsafeStringBuilder.
| |
Append(Char, Int32) |
Appends several times the same char to the current UnsafeStringBuilder.
| |
Append(Char, Char, Char) |
Appends three char to the current UnsafeStringBuilder.
| |
Append(Char[], Int32, Int32) |
Appends an array segment of char to the current UnsafeStringBuilder.
| |
Append(String, Int32, Int32) |
Appends a part of a String to the current UnsafeStringBuilder.
| |
Append(Char, Char, Char, Char) |
Appends four char to the current UnsafeStringBuilder.
| |
Append(Char, Char, Char, Char, Char) |
Appends five char to the current UnsafeStringBuilder.
|