UnsafeStringBuilder.Append Method (Byte) |
Appends a Byte (with decimal formatting) 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( byte value )
Parameters
- value
- Type: System.Byte
The value to be appended.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.