C# Class WHOis.StringHelper

Afficher le fichier Open project: Behzadkhosravifar/WHOis

Méthodes publiques

Méthode Description
GetNamesByPreCompile ( this text, bool isDigit ) : string[]
PrintGridViewToCsv ( this dgv ) : string[]
PrintGridViewToText ( this dgv ) : string[]

Private Methods

Méthode Description
ClearNonAlphabetChars ( this text, bool isDigit ) : IList
IsEnglishLetter ( this c ) : bool
StringHelper ( ) : System

Method Details

GetNamesByPreCompile() public static méthode

public static GetNamesByPreCompile ( this text, bool isDigit ) : string[]
text this
isDigit bool
Résultat string[]

PrintGridViewToCsv() public static méthode

public static PrintGridViewToCsv ( this dgv ) : string[]
dgv this
Résultat string[]

PrintGridViewToText() public static méthode

public static PrintGridViewToText ( this dgv ) : string[]
dgv this
Résultat string[]