Class TMP_TextParsingUtilities
Inheritance
TMP_TextParsingUtilities
Namespace: TMPro
Syntax
public class TMP_TextParsingUtilities
Properties
instance
Get a singleton instance of the TextModuleUtilities.
Declaration
public static TMP_TextParsingUtilities instance { get; }
Property Value
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
GetHashCodeCaseSensitive(String)
Declaration
public static int GetHashCodeCaseSensitive(string s)
Parameters
Type |
Name |
Description |
String |
s |
|
Returns
IsHighSurrogate(UInt32)
Check if Unicode is High Surrogate
Declaration
public static bool IsHighSurrogate(uint c)
Parameters
Type |
Name |
Description |
UInt32 |
c |
|
Returns
IsLowSurrogate(UInt32)
Check if Unicode is Low Surrogate
Declaration
public static bool IsLowSurrogate(uint c)
Parameters
Type |
Name |
Description |
UInt32 |
c |
|
Returns
ToLowerASCIIFast(Char)
Get lowercase version of this ASCII character.
Declaration
public static char ToLowerASCIIFast(char c)
Parameters
Type |
Name |
Description |
Char |
c |
|
Returns
ToLowerASCIIFast(UInt32)
Get lowercase version of this ASCII character.
Declaration
public static uint ToLowerASCIIFast(uint c)
Parameters
Type |
Name |
Description |
UInt32 |
c |
|
Returns
ToUpperASCIIFast(Char)
Get uppercase version of this ASCII character.
Declaration
public static char ToUpperASCIIFast(char c)
Parameters
Type |
Name |
Description |
Char |
c |
|
Returns
ToUpperASCIIFast(UInt32)
Get uppercase version of this ASCII character.
Declaration
public static uint ToUpperASCIIFast(uint c)
Parameters
Type |
Name |
Description |
UInt32 |
c |
|
Returns