Skip to main content

DocumentFormat.ToString() Method

Returns a human-readable string that represents the DocumentFormat object.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value that represents the DocumentFormat object.

See Also