string to uint c#

78

string to uint c# -

uint parsed = Convert.ToUInt32(str, 16);

Comments

Submit
0 Comments