Error!
Success!

C# Type Conversion with the "As" Operator

0
kicks

C# Type Conversion with the "As" Operator  (Unpublished)

Objects can be converted from one type to another, assuming that the types are compatible. Often this is achieved using implicit conversion or explicitly with the cast operator. An alternative to this is the use of the "as" operator.


Kicked By:
Drop Kicked By: