ICustomObjectConverter.GetType(String) Method
When implemented, returns the type by its full name.
Namespace: DevExpress.Utils.Serializing.Helpers
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| typeName | String | A String that specifies the full name of the type to return. |
Returns
| Type | Description |
|---|---|
| Type | A Type that identifies the type whose full name is specified by the typeName parameter. |
Remarks
The GetType method must return Type objects by the types’ full names (FullName) for all types supported by the serializer.
See Also