3 references to TryParseUInt32
mscorlib (3)
system\uint16.cs (1)
158if (!Number.TryParseUInt32(s, style, info, out i)) {
system\uint32.cs (2)
141return Number.TryParseUInt32(s, NumberStyles.Integer, NumberFormatInfo.CurrentInfo, out result); 147return Number.TryParseUInt32(s, style, NumberFormatInfo.GetInstance(provider), out result);