|
static byte[] | FromBinHexString (string s) |
|
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 string | VerifyNMTOKEN (string name, ExceptionType exceptionType) |
|
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 double | ToXPathDouble (object o) |
|
static string | ToXPathString (object value) |
|
static double | XPathRound (double value) |
|
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 string[] | SplitString (string value, StringSplitOptions splitStringOptions) |
|
static bool | IsNegativeZero (double value) |
|
static void | VerifyCharData (string data, ExceptionType exceptionType) |
|
static void | VerifyCharData (string data, ExceptionType invCharExceptionType, ExceptionType invSurrogateExceptionType) |
|
static void | VerifyCharData (char[] data, int offset, int len, ExceptionType exceptionType) |
|
static string | EscapeValueForDebuggerDisplay (string value) |
|
static Exception | CreateException (string res, ExceptionType exceptionType, int lineNo, int linePos) |
|
static Exception | CreateException (string res, string arg, ExceptionType exceptionType) |
|
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[] data, int length, int invCharPos, ExceptionType exceptionType) |
|
static Exception | CreateInvalidCharException (string data, int invCharPos) |
|
static Exception | CreateInvalidCharException (string data, int invCharPos, ExceptionType exceptionType) |
|
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) |
|
Definition at line 10 of file XmlConvert.cs.