string to uint csharp

Code Example - string to uint csharp

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