public static bool TryParse( this Type type, string input, Action<Object> success, Action<string> fail = null )
In This Article