Skip to main content

ToSystemName Method

Creates a name for this format, usable by the underlying platform.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public string ToSystemName(
string applicationPrefix
)

Parameters

  String
The system prefix used to recognize the name as an application format.

Return Value

String
A system name for the format.

Remarks

This method can only be called if Kind is Application or Platform.

See Also

Reference

DataFormat Class
Avalonia.Input Namespace