Edit

Share via


TextDataFormat Enum

Definition

Specifies the data format of the text data.

C#
public enum TextDataFormat
Inheritance
TextDataFormat

Fields

Name Value Description
Text 0

Specifies that the text data is in the Text data format.

UnicodeText 1

Specifies that the text data is in the UnicodeText data format.

Rtf 2

Specifies that the text data is in the Rtf data format.

Html 3

Specifies that the text data is in the Html data format.

CommaSeparatedValue 4

Specifies that the text data is in the CommaSeparatedValue data format.

Xaml 5

Specifies that the text data is in the Xaml data format.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also