3 references to TryConvertValue
Microsoft.Extensions.Configuration.Binder (3)
ConfigurationBinder.cs (3)
343if (configValue != null && TryConvertValue(type, configValue, section?.Path, out object? convertedValue, out Exception? error))
949return TryConvertValue(Nullable.GetUnderlyingType(type)!, value, path, out result, out error);
988TryConvertValue(type, value, path, out object? result, out Exception? error);