Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TextDataFormat Enum

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
TextDataFormat.cs
Source:
TextDataFormat.cs
Source:
TextDataFormat.cs
Source:
TextDataFormat.cs
Source:
TextDataFormat.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Specifies the formats used with text-related methods of the Clipboard and DataObject classes.

public enum class TextDataFormat
public enum TextDataFormat
type TextDataFormat = 
Public Enum TextDataFormat
Inheritance
TextDataFormat

Fields

Name Value Description
Text 0

Specifies the standard ANSI text format.

UnicodeText 1

Specifies the standard Windows Unicode text format.

Rtf 2

Specifies text consisting of rich text format (RTF) data.

Html 3

Specifies text consisting of HTML data.

CommaSeparatedValue 4

Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets.

Remarks

This enumeration contains values that are similar to the text-related fields of the DataFormats type.

This enumeration is used with the following methods:

Applies to

See also


Feedback

Was this page helpful?