Skip to content

Instantly share code, notes, and snippets.

@vanillajonathan
Created October 8, 2018 14:38
Show Gist options
  • Save vanillajonathan/e4fdf20117f25df10a744a67e32e729e to your computer and use it in GitHub Desktop.
Save vanillajonathan/e4fdf20117f25df10a744a67e32e729e to your computer and use it in GitHub Desktop.
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