XPDictionary.GetConverter(Type) Method
In This Article
Gets the value-and-type convertor for the specified member type.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ValueConverter GetConverter(
Type memberType
)
#Parameters
Name | Type | Description |
---|---|---|
member |
Type | A Type descendant which represents the type of the member. |
#Returns
Type | Description |
---|---|
Value |
A Value |
See Also