Retrieves the DataFormats.Format object associated with the specified format.
public static Format getFormat( String format )
public static Format getFormat( int id )
format
The string format type.
id
The Windows Clipboard format ID.
Returns a DataFormats.Format object. If the specified format is new, this method creates a new format and returns it.