CoreStrings.CannotConvertEnumValue(Object, Object) Method

Definition

Cannot convert string value '{value}' from the database to any value in the mapped '{enumType}' enum.

public static string CannotConvertEnumValue (object? value, object? enumType);
static member CannotConvertEnumValue : obj * obj -> string
Public Shared Function CannotConvertEnumValue (value As Object, enumType As Object) As String

Parameters

value
Object
enumType
Object

Returns

Applies to