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