Method ClipFormats.GetName
Overload
Gets clipboard format name.
public static string GetName(int format, bool orNull = false)
Parameters
format (int)
A registered or standard clipboard format. If standard, returns string like |
orNull (bool)
Return |
Returns
Remarks
Calls API GetClipboardFormatName. Although undocumented, it also can get other strings from the same system atom table, for example registered Windows message names and window class names.