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