Summary:
Extra white-space characters in the middle of the string must be ignored during
parsing, except if they occur in the System.Globalization.DateTimeFormatInfo
format patterns.
AllowLeadingWhite
AllowLeadingWhite:
AllowTrailingWhite
AllowTrailingWhite:
AllowWhiteSpaces
AllowWhiteSpaces:
Summary:
Extra white-space characters anywhere in the string must be ignored during parsing,
except if they occur in the System.Globalization.DateTimeFormatInfo format patterns.
This value is a combination of the System.Globalization.DateTimeStyles.AllowLeadingWhite,
System.Globalization.DateTimeStyles.AllowTrailingWhite, and System.Globalization.DateTimeStyles.AllowInnerWhite
values.
Summary: Extra white-space characters in the middle of the string must be ignored during parsing, except if they occur in the System.Globalization.DateTimeFormatInfo format patterns.