463 return value.ToString();
468 return value.ToString();
478 byte[]
array =
new byte[64];
529 return value.ToString();
542 for (
int i = 1; i <
objects.Length; i++)
554 int num = qname.IndexOf(
':');
558 localName =
Trim(qname);
561 if (num == qname.Length - 1)
566 localName =
Trim(qname.Substring(num + 1));
591 if (num < -214748364)
596 if (num <
int.MinValue +
num3)
617 if (num >
int.MaxValue -
num4)
651 if (num < -922337203685477580
L)
656 if (num <
long.MinValue +
num3)
672 if (num > 922337203685477580
L)
677 if (num >
long.MaxValue -
num4)
716 if ((uint)
num3 >= 10
u)
726 result = (float)((
double)
num2 / (double)
num4);
734 result = 0f - result;
798 if ((uint)
num3 >= 10
u)
808 result = (0.0 - (double)
num2) / (double)
num4;
812 result = (double)
num2 / (
double)
num4;
867 while (
value >
int.MaxValue)
877 while (
value <
int.MinValue)
891 return *(
int*)(&
value) == *(
int*)(&num);
897 return *(
long*)(&
value) == *(
long*)(&num);
930 if (
double.IsInfinity(
value))
943 if (
float.IsInfinity(
value))
947 if ((
double)
value == 0.0)
966 for (
int i = 0; i <
s.Length; i++)
1010 for (
int i = 0; i <
count; i++)
1070 for (
int i =
num10; i < 7; i++)
1159 while (
value <= -10)
1180 int num =
value / 10;
1197 for (
int i = 0; i < num; i++)
1223 int num2 = (int)(
value.Ticks % 10000000);
1260 for (
int i = 0; i <
s.Length; i++)
1274 if (
ch !=
' ' &&
ch !=
'\t' &&
ch !=
'\r')
1286 for (
int i = 0; i <
s.Length; i++)
1293 if (num ==
s.Length)
1300 foreach (
char c
in s)
1321 if (i == 0 && num ==
s.Length)
1327 return string.Empty;
1329 return s.Substring(i, num - i);
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
static double Abs(double value)
static Exception ThrowHelperError(Exception e)
static string Format(string resourceFormat, object p1)
static string XmlInvalidQualifiedName
unsafe override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
unsafe override string GetString(byte[] bytes, int index, int count)
unsafe override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex)
unsafe override string GetString(byte[] bytes, int index, int count)
static TimeZoneInfo Local
static bool ToBoolean(string s)
static int ToInt32(string s)
static string ToString(bool value)
static float ToSingle(string s)
static TimeSpan ToTimeSpan(string s)
static double ToDouble(string s)
static DateTime ToDateTime(string s)
static decimal ToDecimal(string s)
static long ToInt64(string s)
static int ToCharsR(int value, byte[] chars, int offset)
static UniqueId ToUniqueId(byte[] buffer, int offset, int count)
static float ToSingle(string value)
static int ToInt32D4(byte[] chars, int offset, int count)
static UTF8Encoding s_utf8Encoding
static Guid ToGuid(byte[] buffer, int offset, int count)
static bool ToBoolean(string value)
static double ToDouble(byte[] buffer, int offset, int count)
static string ToString(ulong value)
static bool ToBoolean(byte[] buffer, int offset, int count)
static int ToCharsR(long value, byte[] chars, int offset)
static bool TryParseDouble(byte[] chars, int offset, int count, out double result)
static string ToString(decimal value)
static string ToStringUnicode(byte[] buffer, int offset, int count)
static int ToInt32D2(byte[] chars, int offset)
static bool IsWhitespace(string s)
static unsafe bool IsNegativeZero(double value)
static string ToString(double value)
static bool IsWhitespace(char ch)
static int ToAsciiChars(string s, byte[] buffer, int offset)
static string ToString(long value)
static bool TryParseInt64(byte[] chars, int offset, int count, out long result)
static decimal ToDecimal(string value)
static TimeSpan ToTimeSpan(byte[] buffer, int offset, int count)
static string ToString(float value)
static int ToCharsD4(int value, byte[] chars, int offset)
static int ToInt32D7(byte[] chars, int offset, int count)
static int ToChars(ulong value, byte[] buffer, int offset)
static int ToInt32(string value)
static int ToChars(DateTime value, byte[] chars, int offset)
static float ToSingle(byte[] buffer, int offset, int count)
static long ToInt64(string value)
static decimal ToDecimal(byte[] buffer, int offset, int count)
static int ToChars(decimal value, byte[] buffer, int offset)
const int MaxDateTimeChars
static int ToChars(long value, byte[] chars, int offset)
static DateTime ToDateTime(byte[] buffer, int offset, int count)
static int ToChars(bool value, byte[] buffer, int offset)
static string ToString(bool value)
static byte[] ToBytes(string value)
static string ToString(DateTime value)
static string ToString(object value)
static string ToString(UniqueId value)
static string ToString(int value)
static bool TryParseInt32(byte[] chars, int offset, int count, out int result)
static ulong ToUInt64(byte[] buffer, int offset, int count)
static Guid ToGuid(string value)
static string ToString(byte[] buffer, int offset, int count)
const int MaxPrimitiveChars
static string ToString(TimeSpan value)
static string ToString(Guid value)
const int MaxDecimalChars
static int ToInfinity(bool isNegative, byte[] buffer, int offset)
static int ToInt32(byte[] buffer, int offset, int count)
static int ToChars(int value, byte[] chars, int offset)
static int ToCharsD7(int value, byte[] chars, int offset)
static bool TryParseDateTime(byte[] chars, int offset, int count, out DateTime result)
static int ToChars(float value, byte[] buffer, int offset)
static Base64Encoding Base64Encoding
static TimeSpan ToTimeSpan(string value)
static int ToChars(byte[] buffer, int offset, int count, char[] chars, int charOffset)
static UTF8Encoding UTF8Encoding
static int ToZero(bool isNegative, byte[] buffer, int offset)
static long ToInt64(byte[] buffer, int offset, int count)
static void ToQualifiedName(string qname, out string prefix, out string localName)
static Base64Encoding s_base64Encoding
static int ToChars(double value, byte[] buffer, int offset)
static unsafe bool IsNegativeZero(float value)
static ulong ToUInt64(string value)
static string ToString(object[] objects)
static DateTime ToDateTime(string value)
static UnicodeEncoding UnicodeEncoding
static UnicodeEncoding s_unicodeEncoding
static bool TryParseSingle(byte[] chars, int offset, int count, out float result)
static double ToDouble(string value)
static int ToCharsD2(int value, byte[] chars, int offset)
static DateTime ToDateTime(long value)
static string StripWhitespace(string s)
static string Trim(string s)
static UniqueId ToUniqueId(string value)
static XmlException CreateEncodingException(byte[] buffer, int offset, int count, Exception exception)
static XmlException CreateConversionException(string type, Exception exception)
XmlDateTimeSerializationMode
static readonly DateTime MaxValue
static DateTime FromBinary(long dateData)