======Метод ParseNumbers.StringToInt(String, Int32, Int32, Int32*)====== * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public static int StringToInt(string s, int radix, int flags, int* currPos) **Параметры** * //s// * Тип: [[developers:references:system.string|System.String]] * //radix// * Тип: [[developers:references:system.int32|System.Int32]] * //flags// * Тип: [[developers:references:system.int32|System.Int32]] * //currPos// * Тип: [[developers:references:system.int32|System.Int32]] **Возвращаемое значение** * Тип: [[developers:references:system.int32|System.Int32]]