Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Type conversions
Message
From
14/06/2005 12:00:17
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
14/06/2005 11:54:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01023085
Message ID:
01023172
Views:
14
OK, thanks for the clarification. It looks quite interesting.

>Yes, in VFP we call functions like:
>
>upper(trim(str( value )))
>
>C# can chain methods like:
>
>value.ToString().Trim().ToUpper()
>
>Also sometimes this is usefull:
>
>((casttype)value).method
>
>Like:
>
>x = (casttype)value;
>x.method();
>
>When value doesn't directly support the method w/o casting.
>Cetin
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform