System\Xml\Schema\XmlValueConverter.cs (8)
2759return (bool) ChangeTypeWildcardDestination(value, BooleanType, null);
2774return (DateTime) ChangeTypeWildcardDestination(value, DateTimeType, null);
2788return (DateTimeOffset) ChangeTypeWildcardDestination(value, DateTimeOffsetType, null);
2803return (decimal) ChangeTypeWildcardDestination(value, DecimalType, null);
2818return (double) ChangeTypeWildcardDestination(value, DoubleType, null);
2833return (int) ChangeTypeWildcardDestination(value, Int32Type, null);
2848return (long) ChangeTypeWildcardDestination(value, Int64Type, null);
2863return (float) ChangeTypeWildcardDestination(value, SingleType, null);