char.parse() in Asp.Net
-
Hi, can anybody pls explain me in detail why do we use char.parse() function in Asp.Net and for what purpose it is used for and pls give me some examples of how to use it in program. Regards Vijay.
Would Char.Parse[^] be enough? Or what more detail do you need?
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
-
Would Char.Parse[^] be enough? Or what more detail do you need?
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
-
thanks friend, but i need to encrypt a password and for that i heard that char.parse() is used. Is it true or we have anyother methods for encrypting a password?
vijay_83 wrote:
but i need to encrypt a password and for that i heard that char.parse() is used
That's what happens when you believe what you hear in the schoolyard.
vijay_83 wrote:
we have anyother methods for encrypting a password?
There's a whole System.Crypography namespace full of stuff for encrypting and decrypting stuff.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
vijay_83 wrote:
but i need to encrypt a password and for that i heard that char.parse() is used
That's what happens when you believe what you hear in the schoolyard.
vijay_83 wrote:
we have anyother methods for encrypting a password?
There's a whole System.Crypography namespace full of stuff for encrypting and decrypting stuff.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )