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