C# Класс SevenDigital.Kata.Euler.Problems.Problem_017_NumbersToWords.NumbersToWords

Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( int number ) : string

There's some code duplication here. There must be recursive way to build up the string recursively by dividing by 10 until you hit something < 100

Описание методов

Get() публичный Метод

There's some code duplication here. There must be recursive way to build up the string recursively by dividing by 10 until you hit something < 100
public Get ( int number ) : string
number int
Результат string