C# Class Signum.Utilities.NaturalLanguage.CharUtil

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
IsNumeric System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
ToChar ( int val ) : char
ToInt ( char val ) : int

Method Details

ToChar() public static méthode

public static ToChar ( int val ) : char
val int
Résultat char

ToInt() public static méthode

public static ToInt ( char val ) : int
val char
Résultat int

Property Details

IsNumeric public_oe static_oe property

public static Regex,System.Text.RegularExpressions IsNumeric
Résultat System.Text.RegularExpressions.Regex