Class FixedStringHexExt
Provides Extension methods for FixedStrings
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Syntax
public static class FixedStringHexExt
Methods
AppendHex<T>(ref T, UInt16)
Declaration
public static FormatError AppendHex<T>(this ref T str, ushort val)
where T : struct, INativeList<byte>, IUTF8Bytes
Parameters
Type | Name | Description |
---|---|---|
T | str | |
UInt16 | val |
Returns
Type | Description |
---|---|
FormatError |
Type Parameters
Name | Description |
---|---|
T |