C# Class Signum.Utilities.NaturalLanguage.CharUtil

Datei anzeigen 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