array of characters

  • Thread starter Thread starter Nermeen Attia via .NET 247
  • Start date Start date
N

Nermeen Attia via .NET 247

(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
 
Nermeen said:
(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
 
Back
Top