terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Char Struct Reference
+ Inheritance diagram for System.Char:
+ Collaboration diagram for System.Char:

Public Member Functions

override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (char obj)
 
int CompareTo (object value)
 
int CompareTo (char value)
 
override string ToString ()
 
string ToString (global::System.IFormatProvider provider)
 
global::System.TypeCode GetTypeCode ()
 

Static Public Member Functions

static string ToString (char c)
 
static char Parse (string s)
 
static bool TryParse (string s, out char result)
 
static bool IsDigit (char c)
 
static bool IsLetter (char c)
 
static bool IsWhiteSpace (char c)
 
static bool IsUpper (char c)
 
static bool IsLower (char c)
 
static bool IsPunctuation (char c)
 
static bool IsLetterOrDigit (char c)
 
static char ToUpper (char c, global::System.Globalization.CultureInfo culture)
 
static char ToUpper (char c)
 
static char ToUpperInvariant (char c)
 
static char ToLower (char c, global::System.Globalization.CultureInfo culture)
 
static char ToLower (char c)
 
static char ToLowerInvariant (char c)
 
static bool IsNumber (char c)
 
static bool IsNumber (string s, int index)
 
static unsafe bool IsSurrogate (char c)
 
static bool IsSurrogate (string s, int index)
 
static bool IsSymbol (char c)
 
static bool IsWhiteSpace (string s, int index)
 
static global::System.Globalization.UnicodeCategory GetUnicodeCategory (char c)
 
static global::System.Globalization.UnicodeCategory GetUnicodeCategory (string s, int index)
 
static double GetNumericValue (char c)
 
static unsafe bool IsHighSurrogate (char c)
 
static bool IsHighSurrogate (string s, int index)
 
static unsafe bool IsLowSurrogate (char c)
 
static bool IsSurrogatePair (char highSurrogate, char lowSurrogate)
 
static unsafe string ConvertFromUtf32 (int utf32)
 
static unsafe int ConvertToUtf32 (char highSurrogate, char lowSurrogate)
 
static Char ()
 

Static Public Attributes

const char MaxValue = '\uffff'
 
const char MinValue = '\0'
 

Static Package Functions

static bool CheckLetter (global::System.Globalization.UnicodeCategory uc)
 
static bool CheckPunctuation (global::System.Globalization.UnicodeCategory uc)
 
static bool CheckLetterOrDigit (global::System.Globalization.UnicodeCategory uc)
 
static bool CheckNumber (global::System.Globalization.UnicodeCategory uc)
 
static bool CheckSymbol (global::System.Globalization.UnicodeCategory uc)
 

Static Package Attributes

const int UNICODE_PLANE00_END = 65535
 
const int UNICODE_PLANE01_START = 65536
 
const int UNICODE_PLANE16_END = 1114111
 
const int HIGH_SURROGATE_START = 55296
 
const int LOW_SURROGATE_END = 57343
 

Private Member Functions

bool System.IConvertible. ToBoolean (global::System.IFormatProvider provider)
 
char System.IConvertible. ToChar (global::System.IFormatProvider provider)
 
sbyte System.IConvertible. ToSByte (global::System.IFormatProvider provider)
 
byte System.IConvertible. ToByte (global::System.IFormatProvider provider)
 
short System.IConvertible. ToInt16 (global::System.IFormatProvider provider)
 
ushort System.IConvertible. ToUInt16 (global::System.IFormatProvider provider)
 
int System.IConvertible. ToInt32 (global::System.IFormatProvider provider)
 
uint System.IConvertible. ToUInt32 (global::System.IFormatProvider provider)
 
long System.IConvertible. ToInt64 (global::System.IFormatProvider provider)
 
ulong System.IConvertible. ToUInt64 (global::System.IFormatProvider provider)
 
float System.IConvertible. ToSingle (global::System.IFormatProvider provider)
 
double System.IConvertible. ToDouble (global::System.IFormatProvider provider)
 
decimal System.IConvertible. ToDecimal (global::System.IFormatProvider provider)
 
global::System.DateTime System.IConvertible. ToDateTime (global::System.IFormatProvider provider)
 
object System.IConvertible. ToType (global::System.Type type, global::System.IFormatProvider provider)
 

Static Private Member Functions

static bool IsLatin1 (char ch)
 
static bool IsAscii (char ch)
 
static global::System.Globalization.UnicodeCategory GetLatin1UnicodeCategory (char ch)
 
static bool IsWhiteSpaceLatin1 (char c)
 

Private Attributes

readonly char m_value
 

Static Private Attributes

static readonly byte[] s_categoryForLatin1
 

Detailed Description

Definition at line 23 of file Char.cs.


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