UnsafeStringBuilder.Append Method (Char, Char, Char, Char) |
Appends four char to the current UnsafeStringBuilder.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public bool Append( char c1, char c2, char c3, char c4 )
Parameters
- c1
- Type: System.Char
A char. - c2
- Type: System.Char
A char. - c3
- Type: System.Char
A char. - c4
- Type: System.Char
A char.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.