Skip to main content

XPClassInfo.ToString() Method

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

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