Click here to Skip to main content
15,915,319 members
Home / Discussions / C#
   

C#

 
GeneralRe: Security "string" encrypt Pin
evangile21-May-09 23:53
evangile21-May-09 23:53 
GeneralRe: Security "string" encrypt Pin
DaveyM6922-May-09 0:10
professionalDaveyM6922-May-09 0:10 
AnswerRe: Security "string" encrypt Pin
Ennis Ray Lynch, Jr.22-May-09 2:31
Ennis Ray Lynch, Jr.22-May-09 2:31 
GeneralDynamic returns Pin
sanke_s21-May-09 22:48
sanke_s21-May-09 22:48 
GeneralRe: Dynamic returns Pin
musefan21-May-09 22:56
musefan21-May-09 22:56 
GeneralRe: Dynamic returns Pin
sanke_s21-May-09 23:15
sanke_s21-May-09 23:15 
GeneralRe: Dynamic returns Pin
musefan21-May-09 23:29
musefan21-May-09 23:29 
GeneralRe: Dynamic returns Pin
dan!sh 21-May-09 22:57
professional dan!sh 21-May-09 22:57 
sanke_s wrote:
if(p_type == "String") return Convert.String(p_value);


You do not need to use convert here since, p_value is already a string.

1. You can use return type as object. The only thing is that you will have to cast the return value.
2. You can also go for overloading.
3. If convert is the only task, why do you even need this method?

जय हिंद

GeneralRe: Dynamic returns Pin
Pete O'Hanlon21-May-09 23:04
mvePete O'Hanlon21-May-09 23:04 
GeneralRe: Dynamic returns Pin
sanke_s21-May-09 23:26
sanke_s21-May-09 23:26 
GeneralRe: Dynamic returns Pin
DaveyM6921-May-09 23:06
professionalDaveyM6921-May-09 23:06 
GeneralRe: Dynamic returns Pin
0x3c022-May-09 0:41
0x3c022-May-09 0:41 
QuestionHow to find Internet Explorer target folder using c#? Pin
svt gdwl21-May-09 22:30
svt gdwl21-May-09 22:30 
AnswerRe: How to find Internet Explorer target folder using c#? Pin
musefan21-May-09 22:50
musefan21-May-09 22:50 
Question"Board": Member names cannot be the same as thier enclosing types? Pin
dinbrca3521-May-09 22:02
dinbrca3521-May-09 22:02 
AnswerRe: "Board": Member names cannot be the same as thier enclosing types? Pin
musefan21-May-09 22:09
musefan21-May-09 22:09 
QuestionHow to get SMS notification from mobile connected to a PC by data cable? Pin
Md. Ali Naser Khan21-May-09 21:33
Md. Ali Naser Khan21-May-09 21:33 
AnswerRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Giorgi Dalakishvili21-May-09 22:03
mentorGiorgi Dalakishvili21-May-09 22:03 
GeneralRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Md. Ali Naser Khan22-May-09 2:54
Md. Ali Naser Khan22-May-09 2:54 
AnswerRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Mycroft Holmes21-May-09 22:09
professionalMycroft Holmes21-May-09 22:09 
Questionhow to create sub menu item by coding Pin
xingselex21-May-09 21:06
xingselex21-May-09 21:06 
AnswerRe: how to create sub menu item by coding Pin
0x3c021-May-09 21:30
0x3c021-May-09 21:30 
GeneralRe: how to create sub menu item by coding Pin
xingselex21-May-09 21:53
xingselex21-May-09 21:53 
GeneralRe: how to create sub menu item by coding Pin
musefan21-May-09 22:29
musefan21-May-09 22:29 
AnswerRe: how to create sub menu item by coding Pin
padmanabhan N21-May-09 23:32
padmanabhan N21-May-09 23:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.