Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type conversions
Message
De
14/06/2005 12:00:17
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
14/06/2005 11:54:32
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01023085
Message ID:
01023172
Vues:
13
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform