Gets the parse result value on success, or the default value on failure.
public static T? GetValueOrDefault<T>(this IParseResult<T> result)
Gets the parse result value on success, or the default value on failure.
public static T? GetValueOrDefault<T>(this IParseResult<T> result, T? defaultValue)