Click here to Skip to main content
15,915,019 members

Comments by TommoDotCommo (Top 18 by date)

TommoDotCommo 8-Oct-18 1:30am View    
What have you tried?, post an example etc. etc.
TommoDotCommo 7-Oct-18 18:24pm View    
What you have there is invalid JSON. Style is duplicated on the same level which is not valid and there is no way you'll ever get JsonConvert to deserialize it into a C# object. You now need to rethink why you're using JSON at all.
TommoDotCommo 5-Oct-18 21:39pm View    
You should output the JSON data in the meantime so we can see what it looks like after the XML to JSON conversion.
TommoDotCommo 27-Sep-18 2:06am View    
"using" can be used for anything that implements the IDisposable interface. Here's a full guide for the using statement in C# : https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-statement
TommoDotCommo 27-Sep-18 1:45am View    
If you have Microsoft Excel installed on your PC, you should be able to double click the file. This will open the file and allow you to read data regardless of the template.