Click or drag to resize

LengthUnitFromShortcut Method

Gets a length unit from its shortcut.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static LengthUnit FromShortcut(
	string shortcut
)

Parameters

shortcut  String
The unit shortcut.

Return Value

LengthUnit
The matching length unit.
See Also