Re: [edk2] Convert UINT to CHAR

2012-09-07 Thread Rafael Machado
Thanks Andrew and Laszlo I did what I need. Rafael R. Machado 2012/8/8 Andrew Fish > You can try AsciiValueToString() > > The MdePkg is like the edk2 DDK, so the libraries in the MdePkg are the > best place to look for generic stuff. In this case these are the best two > libraries to look at: >

Re: [edk2] Convert UINT to CHAR

2012-08-08 Thread Andrew Fish
You can try AsciiValueToString() The MdePkg is like the edk2 DDK, so the libraries in the MdePkg are the best place to look for generic stuff. In this case these are the best two libraries to look at: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/MdePkg/Include/Library/PrintLib.h So

Re: [edk2] Convert UINT to CHAR

2012-08-08 Thread Laszlo Ersek
On 08/08/12 16:40, Rafael Machado wrote: > Hi everyone. > > I'm having a problem here and I need some help. > I need to save some int values to a char array and them show to the user. > > Is there some function similar to the oold ITOA c function at UDK ? I > searched but didn't find nothing. Se

[edk2] Convert UINT to CHAR

2012-08-08 Thread Rafael Machado
Hi everyone. I'm having a problem here and I need some help. I need to save some int values to a char array and them show to the user. Is there some function similar to the oold ITOA c function at UDK ? I searched but didn't find nothing. Thanks and Regards Rafael R Machado -