Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlConverter Class Reference

Static Public Member Functions

static bool ToBoolean (string value)
 
static bool ToBoolean (byte[] buffer, int offset, int count)
 
static int ToInt32 (string value)
 
static int ToInt32 (byte[] buffer, int offset, int count)
 
static long ToInt64 (string value)
 
static long ToInt64 (byte[] buffer, int offset, int count)
 
static float ToSingle (string value)
 
static float ToSingle (byte[] buffer, int offset, int count)
 
static double ToDouble (string value)
 
static double ToDouble (byte[] buffer, int offset, int count)
 
static decimal ToDecimal (string value)
 
static decimal ToDecimal (byte[] buffer, int offset, int count)
 
static DateTime ToDateTime (long value)
 
static DateTime ToDateTime (string value)
 
static DateTime ToDateTime (byte[] buffer, int offset, int count)
 
static UniqueId ToUniqueId (string value)
 
static UniqueId ToUniqueId (byte[] buffer, int offset, int count)
 
static TimeSpan ToTimeSpan (string value)
 
static TimeSpan ToTimeSpan (byte[] buffer, int offset, int count)
 
static Guid ToGuid (string value)
 
static Guid ToGuid (byte[] buffer, int offset, int count)
 
static ulong ToUInt64 (string value)
 
static ulong ToUInt64 (byte[] buffer, int offset, int count)
 
static string ToString (byte[] buffer, int offset, int count)
 
static string ToStringUnicode (byte[] buffer, int offset, int count)
 
static byte[] ToBytes (string value)
 
static int ToChars (byte[] buffer, int offset, int count, char[] chars, int charOffset)
 
static string ToString (bool value)
 
static string ToString (int value)
 
static string ToString (long value)
 
static string ToString (float value)
 
static string ToString (double value)
 
static string ToString (decimal value)
 
static string ToString (TimeSpan value)
 
static string ToString (UniqueId value)
 
static string ToString (Guid value)
 
static string ToString (ulong value)
 
static string ToString (DateTime value)
 
static string ToString (object[] objects)
 
static void ToQualifiedName (string qname, out string prefix, out string localName)
 
static int ToChars (int value, byte[] chars, int offset)
 
static int ToChars (long value, byte[] chars, int offset)
 
static int ToCharsR (long value, byte[] chars, int offset)
 
static int ToChars (double value, byte[] buffer, int offset)
 
static int ToChars (float value, byte[] buffer, int offset)
 
static int ToChars (decimal value, byte[] buffer, int offset)
 
static int ToChars (ulong value, byte[] buffer, int offset)
 
static int ToChars (bool value, byte[] buffer, int offset)
 
static int ToCharsR (int value, byte[] chars, int offset)
 
static int ToChars (DateTime value, byte[] chars, int offset)
 
static bool IsWhitespace (string s)
 
static bool IsWhitespace (char ch)
 
static string StripWhitespace (string s)
 

Static Public Attributes

const int MaxDateTimeChars = 64
 
const int MaxInt32Chars = 16
 
const int MaxInt64Chars = 32
 
const int MaxBoolChars = 5
 
const int MaxFloatChars = 16
 
const int MaxDoubleChars = 32
 
const int MaxDecimalChars = 40
 
const int MaxUInt64Chars = 32
 
const int MaxPrimitiveChars = 64
 

Properties

static Base64Encoding Base64Encoding [get]
 
static UTF8Encoding UTF8Encoding [get]
 
static UnicodeEncoding UnicodeEncoding [get]
 

Static Private Member Functions

static string ToString (object value)
 
static bool TryParseInt32 (byte[] chars, int offset, int count, out int result)
 
static bool TryParseInt64 (byte[] chars, int offset, int count, out long result)
 
static bool TryParseSingle (byte[] chars, int offset, int count, out float result)
 
static bool TryParseDouble (byte[] chars, int offset, int count, out double result)
 
static unsafe bool IsNegativeZero (float value)
 
static unsafe bool IsNegativeZero (double value)
 
static int ToInfinity (bool isNegative, byte[] buffer, int offset)
 
static int ToZero (bool isNegative, byte[] buffer, int offset)
 
static int ToAsciiChars (string s, byte[] buffer, int offset)
 
static int ToInt32D2 (byte[] chars, int offset)
 
static int ToInt32D4 (byte[] chars, int offset, int count)
 
static int ToInt32D7 (byte[] chars, int offset, int count)
 
static bool TryParseDateTime (byte[] chars, int offset, int count, out DateTime result)
 
static int ToCharsD2 (int value, byte[] chars, int offset)
 
static int ToCharsD4 (int value, byte[] chars, int offset)
 
static int ToCharsD7 (int value, byte[] chars, int offset)
 
static string Trim (string s)
 

Static Private Attributes

static UTF8Encoding s_utf8Encoding
 
static UnicodeEncoding s_unicodeEncoding
 
static Base64Encoding s_base64Encoding
 

Detailed Description

Definition at line 7 of file XmlConverter.cs.


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