Created
December 20, 2017 13:47
-
-
Save selcukusta/d28b3a805a80dbf86e71b8be88a195eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static List<CultureTestParameter[]> StaticParameter => new List<CultureTestParameter[]> | |
| { | |
| new CultureTestParameter[] | |
| { | |
| new CultureTestParameter | |
| { | |
| Culture = CultureInfo.CreateSpecificCulture("it-IT"), | |
| Actual = new DateTime(1988, 06, 05), | |
| Expected = "05 giugno 1988" | |
| } | |
| } | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment