ISIPrefixListTryGetPrefixFromShortCut Method |
Try to get a prefix given its shortcut. Example: given the string 'n', this method will return the prefix
Nano.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxSIPrefix? TryGetPrefixFromShortCut(
string shortCut
)
Parameters
- shortCut String
- The shortcut to look up (for example, "n" for nano).
Return Value
SIPrefix
The prefix with the given shortcut, or
null if no such prefix exists in this list.
See Also