public static Temperature Parse(
string s
)Public Shared Function Parse (
s As String
) As Temperaturepublic:
static Temperature Parse(
String^ s
)Gemstone.Units.Temperature.Parse = function(s);| ArgumentNullException | s is null. |
| OverflowException | s represents a number less than MinValue or greater than MaxValue. |
| FormatException | s is not in the correct format. |