You're going to have to know the encoding of the data. Then you can either simply transform the data to a string using the proper encoding, or create a memory stream for the data and pass that to your favorite XML api.
Jb On Thu, Mar 6, 2014 at 9:50 AM, NIkNik <[email protected]> wrote: > >> It all depends on the format of embedded data. Is this a simple text >> file? Is this a windows resource file? >> > Text in xml tags. >>>The .resx resource file format consists of XML entries, which specify >>> objects and strings inside XML tags. > > -- > -- > -- > mono-cecil > --- > You received this message because you are subscribed to the Google Groups > "mono-cecil" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
