Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
This function serves to map between formats used in the CombinedRuntimeLoader and the platform
names used in the wpilib-tools-plugin. This is typically used for native libraries.
Returns:
String representing the platform in the format used by wpilib-tools-plugin, or an empty
string if the platform is not recognized.