VoltageParse(String, IFormatProvider) Method
Converts the string representation of a number in a specified culture-specific format to its
Voltage equivalent.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.176 -- Release Build+c74560d581224bfee7a285d73926fb4fb3df8ece
Gemstone.Units.Voltage.Parse = function(s, provider);
- s String
- A string containing a number to convert.
- provider IFormatProvider
-
A IFormatProvider that supplies culture-specific formatting information about s.
Voltage
A
Voltage equivalent to the number contained in s.