Completes: U4-5808 All old legacy 'datatypes' since they are not supported or used
This commit is contained in:
@@ -206,7 +206,7 @@ namespace Umbraco.Core
|
||||
return Attempt<object>.Fail();
|
||||
}
|
||||
|
||||
private static Nullable<Attempt<object>> TryConvertToFromString(this string input, Type destinationType)
|
||||
private static Attempt<object>? TryConvertToFromString(this string input, Type destinationType)
|
||||
{
|
||||
if (destinationType == typeof(string))
|
||||
return Attempt<object>.Succeed(input);
|
||||
|
||||
Reference in New Issue
Block a user