any way thanks for your reply brother., may it will helps On Thu, Jan 12, 2012 at 2:05 PM, It's time to do something < [email protected]> wrote:
> One of possible ways is using type cast from char to byte, for > example, (byte) 'A' will return 65 (ascii code of the character A), to > get character from ascii code, just cast type from byte or integer to > char like this (char) 65 will return 'A' as the corresponding > character to the ascii code of 65. > > I think there are more than 1 way to achieve the same thing, just > search for other solutions. > Hope it helps! > > -- > You received this message because you are subscribed to the Google > Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML > Web Services,.NET Remoting" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en > or visit the group website at http://megasolutions.net > -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
