System\Xml\Schema\XmlValueConverter.cs (8)
2552return (bool)ChangeTypeWildcardDestination(value, BooleanType, null);
2568return (DateTime)ChangeTypeWildcardDestination(value, DateTimeType, null);
2583return (DateTimeOffset)ChangeTypeWildcardDestination(value, DateTimeOffsetType, null);
2599return (decimal)ChangeTypeWildcardDestination(value, DecimalType, null);
2615return (double)ChangeTypeWildcardDestination(value, DoubleType, null);
2631return (int)ChangeTypeWildcardDestination(value, Int32Type, null);
2647return (long)ChangeTypeWildcardDestination(value, Int64Type, null);
2663return (float)ChangeTypeWildcardDestination(value, SingleType, null);