Method Parse
Parse(string)
Converts a string representation of the FirmwareMetadata to its equivalent value.
public static FirmwareMetadata Parse(string input)
Parameters
input
stringThe string representing the FirmwareMetadata.
Returns
- FirmwareMetadata
The equivalent FirmwareMetadata object for the specified string representation.