Table of Contents

Method FromString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FromString(string)

Converts string representation of the key to the Key enumeration.

public static Key FromString(string source)

Parameters

source string

String representation of the key.

Returns

Key

Key value parsed from string.

Exceptions

NotSupportedException

Raised when string representation of the key is unknown.