UnsafeStringBuilder.Append Method (String, Int32, Int32) |
Appends a part of a String 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( string str, int startIndex, int length )
Parameters
- str
- Type: System.String
A non-null String - startIndex
- Type: System.Int32
The index of the first character of the string to append. - length
- Type: System.Int32
The number of characters to append.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.