Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.InvariantModeCasing Class Reference

Static Package Functions

static char ToLower (char c)
 
static char ToUpper (char c)
 
static string ToLower (string s)
 
static string ToUpper (string s)
 
static void ToUpper (ReadOnlySpan< char > source, Span< char > destination)
 
static void ToLower (ReadOnlySpan< char > source, Span< char > destination)
 
static int CompareStringIgnoreCase (ref char strA, int lengthA, ref char strB, int lengthB)
 
static unsafe int IndexOfIgnoreCase (ReadOnlySpan< char > source, ReadOnlySpan< char > value)
 
static unsafe int LastIndexOfIgnoreCase (ReadOnlySpan< char > source, ReadOnlySpan< char > value)
 

Static Private Member Functions

static int GetScalar (ref char source, int index, int length)
 

Static Private Attributes

static uint
 

Detailed Description

Definition at line 8 of file InvariantModeCasing.cs.


The documentation for this class was generated from the following file: