From Java to C#: A Developers Guide
23.2 Syntax of user -defined conversion method declarations
As with operator overloading, you use the operator keyword to declare the conversion method. The full syntax for the declaration of the conversion method is: public static <explicitexplicit> operator conv_type_out (conv_type_in operand) Additional notes
|