Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Signum
Utilities
NaturalLanguage
CharUtil
C# Class Signum.Utilities.NaturalLanguage.CharUtil
Mostra file
Open project: signumsoftware/framework
Class Usage Examples
Public Properties
Property
Type
Description
IsNumeric
System.Text.RegularExpressions.Regex
Public Methods
Method
Description
ToChar
(
int
val
) :
char
ToInt
(
char
val
) :
int
Method Details
ToChar()
public
static
method
public
static
ToChar
(
int
val
) :
char
val
int
return
char
ToInt()
public
static
method
public
static
ToInt
(
char
val
) :
int
val
char
return
int
Property Details
IsNumeric
public_oe static_oe property
public
static
Regex,System.Text.RegularExpressions
IsNumeric
return
System.Text.RegularExpressions.Regex