303 return (
string)
value;
static string Format(string resourceFormat, object p1)
static string XmlConvert_TypeToString
static string XmlConvert_TypeFromString
static ? Type GetType(string typeName, bool throwOnError, bool ignoreCase)
static readonly Type UInt16Type
static readonly Type DateTimeType
static readonly Type Int16Type
static ushort Int32ToUInt16(int value)
static short Int32ToInt16(int value)
static readonly Type XmlAtomicValueType
static readonly Type DateTimeOffsetType
static string DurationToString(TimeSpan value)
static readonly Type StringType
static sbyte Int32ToSByte(int value)
static readonly Type UInt32Type
static uint Int64ToUInt32(long value)
static DateTimeOffset UntypedAtomicToDateTimeOffset(string value)
static string QNameToString(XmlQualifiedName name)
static readonly Type XmlQualifiedNameType
static readonly Type StringArrayType
static string DateTimeToString(DateTime value)
static XmlQualifiedName StringToQName(string value, IXmlNamespaceResolver nsResolver)
static readonly Type ByteArrayType
static DateTime UntypedAtomicToDateTime(string value)
static readonly Type ObjectType
static string DateTimeOffsetToString(DateTimeOffset value)
static string Base64BinaryToString(byte[] value)
static readonly Type DoubleType
static readonly Type SByteType
static readonly Type DecimalType
static string AnyUriToString(Uri value)
static ulong DecimalToUInt64(decimal value)
static byte[] StringToBase64Binary(string value)
static readonly Type XPathItemType
static readonly Type ByteType
static readonly Type Int32Type
static readonly Type UInt64Type
static readonly Type BooleanType
static readonly Type SingleType
static byte Int32ToByte(int value)
static readonly Type TimeSpanType
static readonly Type Int64Type
static bool IsDerivedFrom(Type derivedType, Type baseType)
static readonly Type UriType
static TimeSpan StringToDuration(string value)
new Exception CreateInvalidClrMappingException(Type sourceType, Type destinationType)
XmlValueConverter atomicConverter
override object ChangeType(object value, Type destinationType, IXmlNamespaceResolver nsResolver)
override long ToInt64(object value)
override object ChangeType(string value, Type destinationType, IXmlNamespaceResolver nsResolver)
override object ChangeType(DateTime value, Type destinationType)
override object ChangeType(decimal value, Type destinationType)
override decimal ToDecimal(string value)
override int ToInt32(string value)
override string ToString(float value)
readonly bool _allowListToList
override bool ToBoolean(string value)
override string ToString(bool value)
object ChangeTypeWildcardSource(object value, Type destinationType, IXmlNamespaceResolver nsResolver)
override DateTimeOffset ToDateTimeOffset(string value)
override object ChangeListType(object value, Type destinationType, IXmlNamespaceResolver nsResolver)
override long ToInt64(string value)
override DateTime ToDateTime(string value)
override string ToString(double value)
override object ChangeType(int value, Type destinationType)
override string ToString(int value)
override int ToInt32(object value)
object ChangeTypeWildcardDestination(object value, Type destinationType, IXmlNamespaceResolver nsResolver)
override string ToString(object value, IXmlNamespaceResolver nsResolver)
override string ToString(DateTime value)
bool SupportsType(Type clrType)
override object ChangeType(long value, Type destinationType)
override object ChangeType(bool value, Type destinationType)
static readonly XmlValueConverter Untyped
override string ToString(DateTimeOffset value)
override float ToSingle(object value)
override double ToDouble(object value)
override object ChangeType(double value, Type destinationType)
override float ToSingle(string value)
override string ToString(decimal value)
override string ToString(long value)
override DateTime ToDateTime(object value)
override DateTimeOffset ToDateTimeOffset(object value)
XmlUntypedConverter(XmlUntypedConverter atomicConverter, bool allowListToList)
override bool ToBoolean(object value)
static readonly XmlValueConverter UntypedList
override decimal ToDecimal(object value)
override double ToDouble(string value)
static bool ToBoolean(string s)
static int ToInt32(string s)
static string ToString(bool value)
static float ToSingle(string s)
static double ToDouble(string s)
static Uri ToUri(string s)
static decimal ToDecimal(string s)
static long ToInt64(string s)