DataFormats
Wisej.Web.DataFormats
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides static, predefined Clipboard, format names. Use them to identify the format of data that you store in an IDataObject.
public class DataFormats
Fields
CommaSeparatedValue
Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets. This static field is read-only.
OemText
Specifies the standard original equipment manufacturer (OEM) text format. This static field is read-only.
PenData
Specifies the pen data format, which consists of pen strokes for handwriting software. This static field is read-only.
Riff
Specifies the Resource Interchange File Format (RIFF) audio format. This static field is read-only.
StringFormat
Specifies the format used to store string objects. This static field is read-only.
Methods
GetFormat(name)

Returns a Format for the specified format.
Returns: Format. A Format that has the numeric ID and the name of the format.
GetFormat(id)

Returns a Format for the specified ID.
Returns: Format. A Format that has the requested numeric ID and the name of the format.
Last updated
Was this helpful?