3 references to ToUInt32
System (1)
compmod\system\componentmodel\UInt32Converter.cs (1)
40return Convert.ToUInt32(value, radix);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
365location.Value = Convert.ToUInt32(RemoveHexadecimalPrefix(value), Convert.ToInt32(stringRadix, CultureInfo.InvariantCulture));
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
68newGuid.data1 = (uint)(Convert.ToUInt32(guidString.Substring(startVal, endVal - startVal), 16));