Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: double? ParseDouble(string)

  • Declared in: RT.Util.Ut

Declaration

public static double? ParseDouble(
    string value
)

Summary

Returns the floating-point number represented by the specified string, or null if the string does not represent a valid double-precision floating-point number.