UnsafeStringBuilder.Append Method (SByte) |
Appends an SByte (with decimal formatting) to the current UnsafeStringBuilder.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public bool Append( sbyte value )
Parameters
- value
- Type: System.SByte
The value to be appended.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.