4 references to ChangeTypeWildcardDestination
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
935
return (decimal)
ChangeTypeWildcardDestination
(value, DecimalType, null);
976
return (int)
ChangeTypeWildcardDestination
(value, Int32Type, null);
1010
return (long)
ChangeTypeWildcardDestination
(value, Int64Type, null);
1051
return (string)
ChangeTypeWildcardDestination
(value, StringType, nsResolver);