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

XPClassInfo.ToString() Method

Returns a string that represents the full name of the class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value which specifies the full name of the class.

Remarks

The ToString method returns the XPClassInfo.FullName property’s value.

See Also