Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
GeneralRe: Searching PDF with C# Pin
Heath Stewart3-Mar-04 3:40
protectorHeath Stewart3-Mar-04 3:40 
GeneralRe: Searching PDF with C# Pin
Philip Fitzsimons3-Mar-04 5:29
Philip Fitzsimons3-Mar-04 5:29 
QuestionHow marshall byte* ? Pin
Alexsander Antunes2-Mar-04 14:18
professionalAlexsander Antunes2-Mar-04 14:18 
AnswerRe: How marshall byte* ? Pin
Matthew Hazlett2-Mar-04 16:25
Matthew Hazlett2-Mar-04 16:25 
GeneralRe: How marshall byte* ? Pin
Alexsander Antunes3-Mar-04 0:59
professionalAlexsander Antunes3-Mar-04 0:59 
GeneralRe: How marshall byte* ? Pin
Matthew Hazlett3-Mar-04 3:18
Matthew Hazlett3-Mar-04 3:18 
GeneralRe: How marshall byte* ? Pin
Alexsander Antunes3-Mar-04 3:47
professionalAlexsander Antunes3-Mar-04 3:47 
QuestionDynamic Casting? Pin
Kelemvor2k2-Mar-04 13:07
sussKelemvor2k2-Mar-04 13:07 
I have a generic "value" object as a property within a class which can then be later filled from either columns from a DataReader (retrieving) or from a text box, scrollbar or other input control (restoring).

Later on the data is compared with another property which is defined on class construction, a System.Type. So this is basically acting as a datatype constraint: I intend for it to produce an error if the type of "value" does not match the constraint.

Now here's the problem, I can't find a way to create a dynamic type-cast, or a comparison with "is"/"as". Any ideas?

AnswerRe: Dynamic Casting? Pin
I#3-Mar-04 1:49
I#3-Mar-04 1:49 
AnswerRe: Dynamic Casting? Pin
HAHAHA_NEXT3-Mar-04 4:19
HAHAHA_NEXT3-Mar-04 4:19 
GeneralRe: Dynamic Casting? Pin
leppie3-Mar-04 6:10
leppie3-Mar-04 6:10 
GeneralRe: Dynamic Casting? Pin
HAHAHA_NEXT3-Mar-04 6:15
HAHAHA_NEXT3-Mar-04 6:15 
QuestionIs there a difference? Pin
sps-itsec462-Mar-04 11:48
sps-itsec462-Mar-04 11:48 
AnswerRe: Is there a difference? Pin
RNEELY2-Mar-04 11:58
RNEELY2-Mar-04 11:58 
AnswerRe: Is there a difference? Pin
Heath Stewart2-Mar-04 12:26
protectorHeath Stewart2-Mar-04 12:26 
AnswerRe: Is there a difference? Pin
Colin Angus Mackay2-Mar-04 12:28
Colin Angus Mackay2-Mar-04 12:28 
GeneralRe: Is there a difference? Pin
boogs2-Mar-04 13:08
boogs2-Mar-04 13:08 
GeneralRe: Is there a difference? Pin
boogs2-Mar-04 13:13
boogs2-Mar-04 13:13 
GeneralRe: Is there a difference? Pin
Dave Kreskowiak2-Mar-04 13:33
mveDave Kreskowiak2-Mar-04 13:33 
GeneralRe: Is there a difference? Pin
Colin Angus Mackay2-Mar-04 13:38
Colin Angus Mackay2-Mar-04 13:38 
AnswerRe: Is there a difference? Pin
Meysam Mahfouzi2-Mar-04 17:55
Meysam Mahfouzi2-Mar-04 17:55 
GeneralRe: Is there a difference? Pin
sps-itsec463-Mar-04 8:48
sps-itsec463-Mar-04 8:48 
GeneralRe: Is there a difference? Pin
Meysam Mahfouzi3-Mar-04 17:27
Meysam Mahfouzi3-Mar-04 17:27 
GeneralHELP with Code Access Security! Pin
Throckmorton2-Mar-04 11:10
Throckmorton2-Mar-04 11:10 
GeneralRe: HELP with Code Access Security! Pin
Heath Stewart2-Mar-04 12:19
protectorHeath Stewart2-Mar-04 12:19 

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.