Search found 1 match

by ecig12
Wed Feb 27, 2013 2:52 pm
Forum: .NET Programming
Topic: What's the best casting method in C# (c-style Vs. 'as')
Replies: 1
Views: 5197

Re: What's the best casting method in C# (c-style Vs. 'as')

C# best casting method is type casting.

Convert a float value in int. int value in long. but you can't convert the long into float or double.
Char value convert char.

float-int-long-double-char-string

Go to advanced search