ero
Casting and Convert method in C#
More generally, casting means converting from one type to another. The types must be compatible in some way, maybe through inheritance or because an implicit or explicit conversion operator is defined on the types.
Parsing means interpreting some input so that it can become another type entirely, even if the two types were never compatible to begin with.
61 replies