RepositoryItemRichTextEdit.ConvertEditValueToPlainText(Object) Method
In This Article
Converts the specified value to plain text.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
edit |
Object | A value to be converted to plain text. |
#Returns
Type | Description |
---|---|
String | A string that is the result of the conversion. |
See Also