{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method ToLowerAscii | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ToLowerAscii

    ToLowerAscii<T>(ref T)

    Converts string to lowercase only ASCII characters.

    Declaration
    public static T ToLowerAscii<T>(this ref T fs) where T : unmanaged, INativeList<byte>, IUTF8Bytes
    Parameters
    Type Name Description
    T fs

    A string to perform operation.

    Returns
    Type Description
    T

    Returns a copy of this string converted to lowercase ASCII.

    Type Parameters
    Name Description
    T

    A string type.

    ToLowerAscii(ref UnsafeText, AllocatorHandle)

    Converts string to lowercase only ASCII characters.

    Declaration
    public static UnsafeText ToLowerAscii(this ref UnsafeText fs, AllocatorManager.AllocatorHandle allocator)
    Parameters
    Type Name Description
    UnsafeText fs

    A UnsafeText string to perform operation.

    AllocatorManager.AllocatorHandle allocator

    The AllocatorManager.AllocatorHandle allocator type to use.

    Returns
    Type Description
    UnsafeText

    Returns a copy of this string converted to lowercase ASCII.

    ToLowerAscii(ref NativeText, AllocatorHandle)

    Converts string to lowercase only ASCII characters.

    Declaration
    public static NativeText ToLowerAscii(this ref NativeText fs, AllocatorManager.AllocatorHandle allocator)
    Parameters
    Type Name Description
    NativeText fs

    A NativeText string to perform operation.

    AllocatorManager.AllocatorHandle allocator

    The AllocatorManager.AllocatorHandle allocator type to use.

    Returns
    Type Description
    NativeText

    Returns a copy of this string converted to lowercase ASCII.

    In This Article
    Back to top
    Copyright © 2023 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)