C# Class HelloSpring.FormatMultiplesOf3And5

Inheritance: INumberFormatter
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
CanHandle ( int number ) : bool
Handle ( int number ) : string

Method Details

CanHandle() public méthode

public CanHandle ( int number ) : bool
number int
Résultat bool

Handle() public méthode

public Handle ( int number ) : string
number int
Résultat string