Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: double? ParseDoubleOrNull(this string, NumberStyles, IFormatProvider)

Declaration

public static double? ParseDoubleOrNull(
    this string str,
    NumberStyles style = AllowThousands, Float,
    IFormatProvider provider = null
)

Summary

Parses this string as a double using double.TryParse(string, out double). Returns null if the value cannot be parsed.