If I have a method

void f(byte b);

how can I call it with a numeric argument without casting?

f(0);

gives an error.

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *