Skip to main content
A newer version of this page is available. .

ICustomObjectConverter.GetType(String) Method

When implemented, returns the type by its full name.

Namespace: DevExpress.Utils.Serializing.Helpers

Assembly: DevExpress.Data.v18.2.dll

Declaration

Type GetType(
    string typeName
)

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