docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TMP_TextParsingUtilities

    Inheritance
    object
    TMP_TextParsingUtilities
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    Syntax
    public class TMP_TextParsingUtilities

    Properties

    instance

    Get a singleton instance of the TextModuleUtilities.

    Declaration
    public static TMP_TextParsingUtilities instance { get; }
    Property Value
    Type Description
    TMP_TextParsingUtilities

    Methods

    GetHashCode(string)

    Function returning the hashcode value of a given string.

    Declaration
    public static int GetHashCode(string s)
    Parameters
    Type Name Description
    string s
    Returns
    Type Description
    int

    GetHashCodeCaseSensitive(string)

    Declaration
    public static int GetHashCodeCaseSensitive(string s)
    Parameters
    Type Name Description
    string s
    Returns
    Type Description
    int

    IsHighSurrogate(uint)

    Check if Unicode is High Surrogate

    Declaration
    public static bool IsHighSurrogate(uint c)
    Parameters
    Type Name Description
    uint c
    Returns
    Type Description
    bool

    IsLowSurrogate(uint)

    Check if Unicode is Low Surrogate

    Declaration
    public static bool IsLowSurrogate(uint c)
    Parameters
    Type Name Description
    uint c
    Returns
    Type Description
    bool

    ToLowerASCIIFast(char)

    Get lowercase version of this ASCII character.

    Declaration
    public static char ToLowerASCIIFast(char c)
    Parameters
    Type Name Description
    char c
    Returns
    Type Description
    char

    ToLowerASCIIFast(uint)

    Get lowercase version of this ASCII character.

    Declaration
    public static uint ToLowerASCIIFast(uint c)
    Parameters
    Type Name Description
    uint c
    Returns
    Type Description
    uint

    ToUpperASCIIFast(char)

    Get uppercase version of this ASCII character.

    Declaration
    public static char ToUpperASCIIFast(char c)
    Parameters
    Type Name Description
    char c
    Returns
    Type Description
    char

    ToUpperASCIIFast(uint)

    Get uppercase version of this ASCII character.

    Declaration
    public static uint ToUpperASCIIFast(uint c)
    Parameters
    Type Name Description
    uint c
    Returns
    Type Description
    uint
    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)