Welcome to AspAdvice Sign in | Join | Help

February 2005 - Posts

C# Type Conversion

I have been running into some issues with type conversion lately. I never have quite figured out the differences between all the different ways you can do type conversions. There are 3 that I use throughout my code. (int) myVariable myVariable as int
Posted by gstark | 2 Comments