Posts tagged with postfix
-
27 August 2009 - Overview of type suffixes in C# and VB.Net
Remembering type suffixes if your daily job is working with VB.NET or C#.NET is not easy. D can stand for
Decimalin VB and forDoublein C#. A C is not forCurrencybut forCharand M is not Million butDecimalin C#. Still with me? An overview of all these unintuitive type suffixes along with prefixes and plain text modifiers is provided here for convenience. In addition, an explanation of the secrets, lies and bugs these suffixes can introduce — read article