DotNet.Materials.Class.MicroResourceCategories - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Materials / MicroResourceCategories
Defined in: dotnet/src/EliteDangerousAlmanac/Materials/MicroResource.cs:22
Reads a MicroResourceCategory from its name.
staticTryParse(name,category):bool
Defined in: dotnet/src/EliteDangerousAlmanac/Materials/MicroResource.cs:29
Reads a category from its name.
string?
The category name: component, consumable, data or item.
The category the name denotes, when the answer is true.
bool
true when the name denotes a category.
Leading and trailing whitespace and case are ignored.