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