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