SyntaxFix
Write A Post
Hire A Developer
Questions
uint i = 10; int j = (int)i;
or
int k = Convert.ToInt32(i)