docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CopyTo

    CopyTo<T>(ref T)

    Copies the characters from a BlobString to a native container

    Declaration
    public ConversionError CopyTo<T>(ref T dest) where T : INativeList<byte>
    Parameters
    Type Name Description
    T dest

    The destination BlobString.

    Returns
    Type Description
    ConversionError

    None if the copy fully completes. Otherwise, returns Overflow.

    Type Parameters
    Name Description
    T

    The type of native container to copy to

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)