« Home | Simple Encryption and Decryption with Cypher class » | Documentation with .Net 2.0 » | .Net Framework 3.0 » | A Great Day » | Making Optionals with C# » | Ways of Instantiation » | @Software-Architect.Net EMail Launched » | Got a bike » | Back @ Blogger » | Software-Architect.net Alpha has been launched for... » 

Tuesday, August 15, 2006 

Understanding implicit operator overloading in C#

Everyone knows that in dotnet byte, char, int, long etc are value data type and string is a reference data type. Even though being a reference type string behaves much like a value type. In other word, It can directly accepts values and doesn't require new to create an instance. For example...

string name = "M. Aamir Maniar"; //Directly accepts the value

This article explains you how to achive such kind of functionality using implicit operator overloading in C#.

For detailed article click following link.
http://www.codeproject.com/useritems/Csharp_implicit_operator.asp


Thanks for sharing this. Awesome ideas and tips. :)

Post a Comment

About me

  • I'm M. Aamir Maniar
  • From Mumbai, Maharastra, India
My profile

Archives

Powered by Blogger
and Blogger Templates