So I was looking at the C# Documentation and I didn't see this in the example list though I know it works.
What is it called when you cast by putting a letter after the number.
var longValue = 100L;
According to the documentation it's not covered under implicit or explicit casting.
Is there a name for it?
I'm not asking how to do it. I am asking specifically what is it called. Please don't mark it as a duplicate unless you link something that has a name in it.