Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
HelloSpring
FormatNumber
C# Class HelloSpring.FormatNumber
Inheritance:
INumberFormatter
Exibir arquivo
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