CoreStrings.ConvertersCannotBeComposed(Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cannot compose converter from '{typeOneIn}' to '{typeOneOut}' with converter from '{typeTwoIn}' to '{typeTwoOut}' because the output type of the first converter doesn't match the input type of the second converter.
public static string ConvertersCannotBeComposed (object typeOneIn, object typeOneOut, object typeTwoIn, object typeTwoOut);
public static string ConvertersCannotBeComposed (object? typeOneIn, object? typeOneOut, object? typeTwoIn, object? typeTwoOut);
static member ConvertersCannotBeComposed : obj * obj * obj * obj -> string
Public Shared Function ConvertersCannotBeComposed (typeOneIn As Object, typeOneOut As Object, typeTwoIn As Object, typeTwoOut As Object) As String
Parameters
- typeOneIn
- Object
- typeOneOut
- Object
- typeTwoIn
- Object
- typeTwoOut
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework