docs.unity.cn
    Show / Hide Table of Contents

    Class FixedStringHexExt

    Provides Extension methods for FixedStrings

    Inheritance
    Object
    FixedStringHexExt
    Namespace: Unity.Networking.Transport.Utilities
    Syntax
    public static class FixedStringHexExt : object

    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, March 31, 2022
    Terms of use