9
Shouts

Basics of C#: Checked and Unchecked Conversions

published 1027 days, 4 hours, 34 minutes ago posted by dharadhara 1027 days, 10 hours, 43 minutes ago
Friday, August 27, 2010 3:58:29 PM GMT Friday, August 27, 2010 9:49:08 AM GMT

When we do conversion in c# , sometime conversions are not checked. C# compiler may not check the conversion and truncate the result. So Checked keyword helps us in doing that.

category: Web Dev | clicked: 1 | | source: beyondrelational.com | show counter code
tags: .NET, C#, ASP .NET