ToSystemName Method
Creates a name for this format, usable by the underlying platform.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public string ToSystemName(
string applicationPrefix
)
Public Function ToSystemName (
applicationPrefix As String
) As String
member ToSystemName :
applicationPrefix : string -> string
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.