UnsafeStringBuilder.Append Method (Char, Int32) |
Appends an unmanaged array of char to the current UnsafeStringBuilder.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public bool Append( char* c, int count )
Parameters
- c
- Type: System.Char*
A non-null pointer to an unmanaged array of char. - count
- Type: System.Int32
Number of char to be appended.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.