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