How to check given date is in MM/DD/YYYY format

@Joshikumarav did u find solutions for these types of dates?

DateTime.TryParseExact(StrDateTime,“MM/dd/yyyy”,cultureInfo.InvariantCulture,DateTimeStyles.None)

the above statement returns output in boolean variable