In c# "general" is used or general formatting of date and time , if we don't specify any format the default format provider used by the system might interpret the input string leading to a successful parse.
The DateTimeStyles(None, null) allow the system to parse based on the default system formats.