Posts by DxDReaper • 21 points
3 posts
-
1
votes2
answers809
viewsA: Problems saving XML file with special character in the database (ç, ã, etc)
I solved the problem by making an Encoding.Convert from latin1 to utf-8 before giving Writeallbytes, then it came right and gave no more error when giving Load by invalid character.…
-
0
votes2
answers809
viewsQ: Problems saving XML file with special character in the database (ç, ã, etc)
My problem is this: I am issuing an electronic correction letter in C# and at the time of saving the XML of the event returned by SEFAZ, as much as all the characters in the file are normal, when…
-
1
votes1
answer102
viewsQ: What is "-1. #IND" in VB.NET
I have a variable that is receiving this value, which is not a STRING, so what is it? And has some way to detect if the variable is equal to that through an IF?