Class TMP_TextParsingUtilities
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
public class TMP_TextParsingUtilities
Properties
Name | Description |
---|---|
instance | Get a singleton instance of the TextModuleUtilities. |
Methods
Name | Description |
---|---|
GetHashCode(string) | Function returning the hashcode value of a given string. |
GetHashCodeCaseSensitive(string) | |
IsHighSurrogate(uint) | Check if Unicode is High Surrogate |
IsLowSurrogate(uint) | Check if Unicode is Low Surrogate |
ToLowerASCIIFast(char) | Get lowercase version of this ASCII character. |
ToLowerASCIIFast(uint) | Get lowercase version of this ASCII character. |
ToUpperASCIIFast(char) | Get uppercase version of this ASCII character. |
ToUpperASCIIFast(uint) | Get uppercase version of this ASCII character. |