SIPrefixTryGetPrefixFromShortcut Method |
Try to get a prefix given the prefix's shortcut.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static SIPrefix? TryGetPrefixFromShortcut(
string shortcut
)
Parameters
- shortcut String
- The shortcut of the prefix.
Return Value
SIPrefix
The prefix to which the given shortcut belongs, or
null if no such prefix could be found.
Exceptions
See Also