Hi,
Which is the more recomended way to do type conversion in C# for basic data
types(integer, singles, doubles etc...)
System.Convert. ToSingle,ToInt3 2 etc...?
or (float)myvar; (int)myvar, etc..?
TIA
--
Paul
Which is the more recomended way to do type conversion in C# for basic data
types(integer, singles, doubles etc...)
System.Convert. ToSingle,ToInt3 2 etc...?
or (float)myvar; (int)myvar, etc..?
TIA
--
Paul
Comment