(Type your message here)
Hi,
I need to make an array of alphapetic in C#,like ch[1]=a,ch[2]=b;
and so on,i need it to make some encryption algorithms.
Thanks
From: Nermeen Attia
Carl Daniel [VC++ MVP] - 08 Mar 2005 02:00 GMT
> (Type your message here)
>
> Hi,
> I need to make an array of alphapetic in C#,like ch[1]=a,ch[2]=b;
> and so on,i need it to make some encryption algorithms.
You should post to a C# group for help with C#. This group is for C++.
Try microsoft.public.dotnet.languages.csharp.
-cd