string to uint c#

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

Also in C#: