Method GetInternalName
| Improve this Doc View SourceGetInternalName(string)
Get the internal name for a fermenter from its human readable name.
Declaration
public static string GetInternalName(string fermenter)
Parameters
Type | Name | Description |
---|---|---|
string | fermenter |
Returns
Type | Description |
---|---|
string | The matched internal name. If the fermenter parameter is null or empty, an empty string is returned. Otherwise the unchanged fermenter parameter is returned. |