Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ToString in VB.NET code in ASP.NET Web Page
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01435079
Message ID:
01435290
Views:
42
>>>>>
>>>>>public static implicit operator string(object obj)
>>>>>		{
>>>>>			return obj.ToString();
>>>>>		}
>>>>>
>>>>
>>>>Greg,
>>>>
>>>>Did you mean to give a name of operator here?
>>>Not with implicit......
>>
>>The whole syntax is completely new to me - can you give a reference, please, to try to understand?
>
>Hi,
>For implicit overloading :http://msdn.microsoft.com/en-us/library/z5z9kes2(VS.71).aspx
>HTH,
>Viv

I see, thanks a lot. I believe I learned it before, but already forgot.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform