FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (9)
2434return (bool)ChangeTypeWildcardDestination(value, BooleanType, null);
2456return (DateTime)ChangeTypeWildcardDestination(value, DateTimeType, null);
2478return (DateTimeOffset)ChangeTypeWildcardDestination(value, DateTimeOffsetType, null);
2499return (decimal)ChangeTypeWildcardDestination(value, DecimalType, null);
2521return (double)ChangeTypeWildcardDestination(value, DoubleType, null);
2543return (int)ChangeTypeWildcardDestination(value, Int32Type, null);
2565return (long)ChangeTypeWildcardDestination(value, Int64Type, null);
2587return (float)ChangeTypeWildcardDestination(value, SingleType, null);
2660return (string)ChangeTypeWildcardDestination(value, StringType, nsResolver);