C# Class HelloSpring.FormatMultiplesOf3And5

Inheritance: INumberFormatter
Mostrar archivo Open project: Slesa/Playground

Public Methods

Method Description
CanHandle ( int number ) : bool
Handle ( int number ) : string

Method Details

CanHandle() public method

public CanHandle ( int number ) : bool
number int
return bool

Handle() public method

public Handle ( int number ) : string
number int
return string