
-----------------------------------
Amarylis
Sun Apr 29, 2012 9:51 pm

Has character function for C#?
-----------------------------------
I've been looking for something that would do the same thing as the hasch function in Turing, but for C#. Anyone know of anything of the type, or have any advice for writing my own?

-----------------------------------
wtd
Tue May 01, 2012 1:28 am

RE:Has character function for C#?
-----------------------------------
The basic String class already implements this functionality in [url=http://msdn.microsoft.com/en-us/library/system.string_methods.aspx]its methods.
