Click or drag to resize

StringUtilParseDouble Method

Overload List
  NameDescription
Public methodStatic memberParseDouble(String)
Convert a string to a double, defaulting to 0 if the string is null or isn't a valid double value.
Public methodStatic memberParseDouble(String, Double)
Convert a string to a double, returning a default value if the string is null or isn't a valid double value.
Top
See Also