When typing numbers into a datagrid cell that should be single (ie the attached datatable has this column as a single) the decimal point is ignored when it is typed after a numeral. When typed after a letter or at…
Category: Code
Save a binary file into an XML document
I couldn’t find a way to save an image file into an XML document so through trial and error I came up with this: Convert the image file to a base64 string Create a CDATA section in the XML file…