Skip to content

Instantly share code, notes, and snippets.

@binki
Created December 19, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binki/4edb03240b3cda0c53cf0d76cdb3dbc5 to your computer and use it in GitHub Desktop.
Save binki/4edb03240b3cda0c53cf0d76cdb3dbc5 to your computer and use it in GitHub Desktop.
XDocument.Parse(XDocument.Parse("<x xml:space=\"preserve\">&#xd;\n</x>").ToString(SaveOptions.DisableFormatting)).Root.Value == "\r\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment