3 references to StringToInt
mscorlib (3)
system\guid.cs (3)
768bool retValue = StringToInt(str, parsePos, requiredLength, flags, out x, ref parseResult); 775return StringToInt(str, null, requiredLength, flags, out result, ref parseResult); 780return StringToInt(str, ppos, requiredLength, flags, out result, ref parseResult);