Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
HelloSpring
FormatMultiplesOf3
C# Class HelloSpring.FormatMultiplesOf3
Inheritance:
INumberFormatter
显示文件
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