Has character function for C#?
Author |
Message |
Amarylis
|
Posted: Sun Apr 29, 2012 9:51 pm Post subject: 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? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
wtd
|
Posted: Tue May 01, 2012 1:28 am Post subject: RE:Has character function for C#? |
|
|
The basic String class already implements this functionality in its methods. |
|
|
|
|
 |
|
|