Created
October 8, 2018 14:38
-
-
Save vanillajonathan/e4fdf20117f25df10a744a67e32e729e 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
namespace Example | |
{ | |
public static class SeparatorConstants | |
{ | |
public const char FileSeparator = (char)0x1c; | |
public const char GroupSeparator = (char)0x1d; | |
public const char RecordSeparator = (char)0x1e; | |
public const char UnitSeparator = (char)0x1f; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment