Click or drag to resize

SIPrefixTryGetPrefixFromShortcut Method

Try the get a prefix given the prefix'es shortcut.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SIPrefix? TryGetPrefixFromShortcut(
	string shortcut
)

Parameters

shortcut  String
The shortcut of the prefix.

Return Value

SIPrefix
The prefix to which the given shortcut belongs. Null if no such prefix could be found.
Exceptions
ExceptionCondition
ArgumentNullExceptionshortcut
See Also