terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Xml.XmlConvert Class Reference

Static Public Member Functions

static string EncodeName (string name)
 
static string DecodeName (string name)
 
static string VerifyName (string name)
 
static string VerifyNCName (string name)
 
static string ToString (bool value)
 
static string ToString (decimal value)
 
static string ToString (sbyte value)
 
static string ToString (short value)
 
static string ToString (int value)
 
static string ToString (long value)
 
static string ToString (byte value)
 
static string ToString (ushort value)
 
static string ToString (uint value)
 
static string ToString (ulong value)
 
static string ToString (float value)
 
static string ToString (double value)
 
static string ToString (TimeSpan value)
 
static string ToString (DateTime value, XmlDateTimeSerializationMode dateTimeOption)
 
static string ToString (DateTimeOffset value)
 
static bool ToBoolean (string s)
 
static char ToChar (string s)
 
static decimal ToDecimal (string s)
 
static int ToInt32 (string s)
 
static long ToInt64 (string s)
 
static float ToSingle (string s)
 
static double ToDouble (string s)
 
static Guid ToGuid (string s)
 

Static Package Functions

static byte[] FromBinHexString (string s, bool allowOddCount)
 
static string ToBinHexString (byte[] inArray)
 
static Exception TryVerifyName (string name)
 
static string VerifyQName (string name, ExceptionType exceptionType)
 
static string VerifyNCName (string name, ExceptionType exceptionType)
 
static Exception TryVerifyNCName (string name)
 
static Exception TryVerifyTOKEN (string token)
 
static Exception TryVerifyNMTOKEN (string name)
 
static Exception TryVerifyNormalizedString (string str)
 
static Exception TryToBoolean (string s, [Out] bool result)
 
static Exception TryToChar (string s, [Out] char result)
 
static Exception TryToDecimal (string s, [Out] decimal result)
 
static decimal ToInteger (string s)
 
static Exception TryToInteger (string s, [Out] decimal result)
 
static Exception TryToSByte (string s, [Out] sbyte result)
 
static Exception TryToInt16 (string s, [Out] short result)
 
static Exception TryToInt32 (string s, [Out] int result)
 
static Exception TryToInt64 (string s, [Out] long result)
 
static Exception TryToByte (string s, [Out] byte result)
 
static Exception TryToUInt16 (string s, [Out] ushort result)
 
static Exception TryToUInt32 (string s, [Out] uint result)
 
static Exception TryToUInt64 (string s, [Out] ulong result)
 
static Exception TryToSingle (string s, [Out] float result)
 
static Exception TryToDouble (string s, [Out] double result)
 
static Exception TryToTimeSpan (string s, [Out] TimeSpan result)
 
static Exception TryToGuid (string s, [Out] Guid result)
 
static Uri ToUri (string s)
 
static Exception TryToUri (string s, [Out] Uri result)
 
static bool StrEqual (char[] chars, int strPos1, int strLen1, string str2)
 
static string TrimString (string value)
 
static string TrimStringStart (string value)
 
static string TrimStringEnd (string value)
 
static string[] SplitString (string value)
 
static bool IsNegativeZero (double value)
 
static Exception CreateException (string res, string arg, ExceptionType exceptionType, int lineNo, int linePos)
 
static Exception CreateException (string res, string[] args, ExceptionType exceptionType)
 
static Exception CreateException (string res, string[] args, ExceptionType exceptionType, int lineNo, int linePos)
 
static Exception CreateInvalidSurrogatePairException (char low, char hi)
 
static Exception CreateInvalidSurrogatePairException (char low, char hi, ExceptionType exceptionType)
 
static Exception CreateInvalidSurrogatePairException (char low, char hi, ExceptionType exceptionType, int lineNo, int linePos)
 
static Exception CreateInvalidHighSurrogateCharException (char hi)
 
static Exception CreateInvalidHighSurrogateCharException (char hi, ExceptionType exceptionType)
 
static Exception CreateInvalidHighSurrogateCharException (char hi, ExceptionType exceptionType, int lineNo, int linePos)
 
static Exception CreateInvalidCharException (char invChar, char nextChar)
 
static Exception CreateInvalidCharException (char invChar, char nextChar, ExceptionType exceptionType)
 
static Exception CreateInvalidNameCharException (string name, int index, ExceptionType exceptionType)
 
static ArgumentException CreateInvalidNameArgumentException (string name, string argumentName)
 

Static Package Attributes

static char[] crt
 
static readonly char[] WhitespaceChars
 

Static Private Member Functions

static string EncodeName (string name, bool first, bool local)
 
static int FromHex (char digit)
 
static DateTime SwitchToLocalTime (DateTime value)
 
static DateTime SwitchToUtcTime (DateTime value)
 
static long DoubleToInt64Bits (double value)
 
static XmlConvert ()
 

Static Private Attributes

static XmlCharType xmlCharType
 
static readonly int c_EncodedCharLength
 
static Regex c_EncodeCharPattern
 
static Regex c_DecodeCharPattern
 

Detailed Description

Definition at line 11 of file XmlConvert.cs.


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