7 references to ParseInt32
mscorlib (7)
system\byte.cs (1)
119i = Number.ParseInt32(s, style, info);
system\int16.cs (1)
139i = Number.ParseInt32(s, style, info);
system\int32.cs (4)
120return Number.ParseInt32(s, NumberStyles.Integer, NumberFormatInfo.CurrentInfo); 126return Number.ParseInt32(s, style, NumberFormatInfo.CurrentInfo); 135return Number.ParseInt32(s, NumberStyles.Integer, NumberFormatInfo.GetInstance(provider)); 145return Number.ParseInt32(s, style, NumberFormatInfo.GetInstance(provider));
system\sbyte.cs (1)
149i = Number.ParseInt32(s, style, info);