Click or drag to resize

ISIPrefixListTryGetPrefixFromShortCut Method

Try to get a prefix given its shortcut. Example: given the string 'n', this method will return the prefix Nano.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
SIPrefix? 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