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