31 if (enumerator !=
null)
34 if (enumerator !=
null)
38 if (enumerator !=
null)
58 bool flag =
string.IsNullOrEmpty(
"X4");
64 if (enumerator !=
null)
79 if (enumerator !=
null)
104 if (enumerator !=
null)
107 if (enumerator !=
null)
270 if (num == 0 || num == 0)
417 long ticks = dateTime.
Ticks;
436 bool flag =
text ==
"1";
448 bool flag =
text ==
"0";
451 if ((num != 0
L && num == 0
L) ||
"Boolean" ==
null ||
"Boolean" !=
null)
470 if (
"Char" ==
null ||
"Char" !=
null)
505 if (
"Decimal" ==
null ||
"Decimal" !=
null)
540 if (
"Integer" ==
null ||
"Integer" !=
null)
550 if (
"SByte" ==
null ||
"SByte" !=
null)
560 if (
"Int16" ==
null ||
"Int16" !=
null)
578 if (
"Int32" ==
null ||
"Int32" !=
null)
580 return "The string '{0}' is not a valid {1} value.";
597 if (
"Int64" ==
null ||
"Int64" !=
null)
607 if (
"Byte" ==
null ||
"Byte" !=
null)
617 if (
"UInt16" ==
null ||
"UInt16" !=
null)
627 if (
"UInt32" ==
null ||
"UInt32" !=
null)
637 if (
"UInt64" ==
null ||
"UInt64" !=
null)
679 bool flag =
text ==
"-INF";
682 if ((num != 0
L && num == 0
L) ||
"Single" ==
null ||
"Single" !=
null)
724 bool flag =
text ==
"-INF";
727 if ((num != 0
L && num == 0
L) ||
"Double" ==
null ||
"Double" !=
null)
737 if (ex ==
null || !
true)
754 if ((num != 0
L && num == 0
L) ||
"Guid" ==
null ||
"Guid" !=
null)
786 if (
text._stringLength != 0)
797 if (
text._stringLength != 0)
801 if ((
text !=
null &&
text ==
null) ||
"Uri" ==
null ||
"Uri" !=
null)
870 if (res ==
null || res !=
null)
942 if (text2 ==
null || text2 !=
null)
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
override int Decode(char[] chars, int startPos, int len)
static Regex c_EncodeCharPattern
static Exception TryVerifyNormalizedString(string str)
static bool ToBoolean(string s)
static string TrimStringEnd(string value)
static Exception TryVerifyTOKEN(string token)
static string TrimStringStart(string value)
static string VerifyNCName(string name, ExceptionType exceptionType)
static Exception CreateInvalidNameCharException(string name, int index, ExceptionType exceptionType)
static bool IsNegativeZero(double value)
static string ToString(sbyte value)
static string ToString(int value)
static string[] SplitString(string value)
static DateTime SwitchToUtcTime(DateTime value)
static string ToString(uint value)
static Exception CreateException(string res, string[] args, ExceptionType exceptionType)
static Exception TryToDecimal(string s, [Out] decimal result)
static Exception TryVerifyNMTOKEN(string name)
static string ToBinHexString(byte[] inArray)
static string ToString(long value)
static DateTime SwitchToLocalTime(DateTime value)
static string ToString(float value)
static int ToInt32(string s)
static string ToString(ushort value)
static string ToString(bool value)
static Exception TryToDouble(string s, [Out] double result)
static string TrimString(string value)
static byte[] FromBinHexString(string s, bool allowOddCount)
static Exception TryToBoolean(string s, [Out] bool result)
static string ToString(double value)
static float ToSingle(string s)
static Exception TryToByte(string s, [Out] byte result)
static ArgumentException CreateInvalidNameArgumentException(string name, string argumentName)
static string EncodeName(string name)
static long DoubleToInt64Bits(double value)
static XmlCharType xmlCharType
static string ToString(DateTime value, XmlDateTimeSerializationMode dateTimeOption)
static string EncodeName(string name, bool first, bool local)
static Exception TryToInteger(string s, [Out] decimal result)
static string VerifyName(string name)
static char ToChar(string s)
static readonly char[] WhitespaceChars
static Exception CreateInvalidCharException(char invChar, char nextChar)
static int FromHex(char digit)
static Exception TryToSByte(string s, [Out] sbyte result)
static string ToString(ulong value)
static string VerifyNCName(string name)
static double ToDouble(string s)
static string ToString(decimal value)
static string ToString(TimeSpan value)
static Exception CreateException(string res, string[] args, ExceptionType exceptionType, int lineNo, int linePos)
static Exception TryToUInt64(string s, [Out] ulong result)
static Exception TryToUInt32(string s, [Out] uint result)
static Exception CreateInvalidSurrogatePairException(char low, char hi, ExceptionType exceptionType, int lineNo, int linePos)
static string ToString(DateTimeOffset value)
static Exception TryToInt64(string s, [Out] long result)
static string ToString(byte value)
static Guid ToGuid(string s)
static readonly int c_EncodedCharLength
static Uri ToUri(string s)
static Exception TryToInt32(string s, [Out] int result)
static Exception CreateInvalidSurrogatePairException(char low, char hi)
static Exception TryToChar(string s, [Out] char result)
static bool StrEqual(char[] chars, int strPos1, int strLen1, string str2)
static Exception CreateInvalidSurrogatePairException(char low, char hi, ExceptionType exceptionType)
static string ToString(short value)
static decimal ToDecimal(string s)
static Exception CreateInvalidHighSurrogateCharException(char hi, ExceptionType exceptionType)
static Exception TryToTimeSpan(string s, [Out] TimeSpan result)
static Exception TryToSingle(string s, [Out] float result)
static Exception TryToInt16(string s, [Out] short result)
static string DecodeName(string name)
static Exception TryToUInt16(string s, [Out] ushort result)
static Exception CreateException(string res, string arg, ExceptionType exceptionType, int lineNo, int linePos)
static Exception CreateInvalidHighSurrogateCharException(char hi, ExceptionType exceptionType, int lineNo, int linePos)
static Regex c_DecodeCharPattern
static Exception TryVerifyName(string name)
static Exception CreateInvalidHighSurrogateCharException(char hi)
static decimal ToInteger(string s)
static Exception TryToUri(string s, [Out] Uri result)
static Exception CreateInvalidCharException(char invChar, char nextChar, ExceptionType exceptionType)
static string VerifyQName(string name, ExceptionType exceptionType)
static Exception TryVerifyNCName(string name)
static long ToInt64(string s)
static Exception TryToGuid(string s, [Out] Guid result)
XmlDateTimeSerializationMode
static XmlCharType Instance