Method Write
Write(UnsafeStringBuilder, UInt16)
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
Declaration
public override void Write(UnsafeStringBuilder stringBuilder, ushort value)
Parameters
Type | Name | Description |
---|---|---|
UnsafeStringBuilder | stringBuilder | The target UnsafeStringBuilder. |
UInt16 | value | The value to be formatted. |