Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Netsy
Helpers
IntHelpers
C# Class Netsy.Helpers.IntHelpers
Helper methods for integers
Datei anzeigen
Open project: AnthonySteele/Netsy
Public Methods
Method
Description
ParseIntNullable
(
this
value
) :
int?
Extension method to parse a string into a nullable int
Method Details
ParseIntNullable()
public
static
method
Extension method to parse a string into a nullable int
public
static
ParseIntNullable
(
this
value
) :
int?
value
this
the string to parse
return
int?