Method TryGetNativeFormatName
- Namespace
- PaintDotNet.Clipboard
- Assembly
- PaintDotNet.Base.dll
TryGetNativeFormatName(uint)
Gets the registered name for the native data format.
string? TryGetNativeFormatName(uint formatID)
Parameters
formatID
uint
Returns
Remarks
This corresponds to GetClipboardFormatNameW.
See ClipboardNativeFormats for the built-in native format IDs, and
Standard
Clipboard Formats for more info.