cadumiranda

Stories kicked by cadumiranda

C# 3.5 Conversion Extension Method Library 1.0(j-dee.com)

submitted by jdeejdee(270) 4 years, 8 months ago

This free downloadable library makes use of the new Extension Method language feature in C# 3.5 to add some cool conversion functions to the basic datatypes. So now, you can do more than just .ToString()...you can do .ToDecimal or .ToInt32 etc. etc. Also includes .Left() and .Right() string manipulations that VB has but C# doesn't !!!! read more...

7 comments |category: |Views: 357

tags: another