Which operator is used for TypeCasting

A) [ ]
B) ( )
C) TypeOf

Showing Answers 1 - 31 of 31 Answers

praveen

  • Sep 14th, 2011
 

B) ()

Code
  1. int a=int.parsr(textbox.text);

  Was this answer useful?  Yes

Manish Raina

  • Sep 21st, 2011
 

this is basically used for explicit type casting this is called explicit type casting operator()

  Was this answer useful?  Yes

pavan

  • Sep 23rd, 2011
 

() is used for type casting.

  Was this answer useful?  Yes

yash

  • Mar 25th, 2015
 

b

  Was this answer useful?  Yes

Logan

  • Mar 26th, 2015
 

B

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions