SIPrefixTryGetPrefixFromShortcut Method |
Try the get a prefix given the prefix'es shortcut.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SIPrefix? TryGetPrefixFromShortcut(
string shortcut
)
Parameters
- shortcut String
- The shortcut of the prefix.
Return Value
SIPrefixThe prefix to which the given shortcut belongs. Null if no such prefix could be found.
Exceptions See Also