Notes to Implementers
Override TryParse(T) to define the behavior of this method.
public T Parse()
Public Function Parse As T
public:
T Parse()
member Parse : unit -> 'T
FormatException | The conversion fails and Throwing is true. |