ISIPrefixListTryGetPrefixFromShortCut Method |
Try the get a prefix, given its shortcut. Example: given the string 'n', this function will return the prefix
Nano.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax SIPrefix? TryGetPrefixFromShortCut(
string shortCut
)
Parameters
- shortCut String
- The short cut.
Return Value
SIPrefixThe prefix with the given shortcut. If no such prefix exist, the function will return null.
See Also