Related resources for Operator and Expression
  • As Operator In C#9/15/2023 10:08:34 AM. The As operator in C# is used to convert from one type to another. You can use casting to cast one type to another but if you apply casting on incompatible types, you will get an exception.