C# Class WHOis.StringHelper

Exibir arquivo Open project: Behzadkhosravifar/WHOis

Public Methods

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

Private Methods

Method Description
ClearNonAlphabetChars ( this text, bool isDigit ) : IList
IsEnglishLetter ( this c ) : bool
StringHelper ( ) : System

Method Details

GetNamesByPreCompile() public static method

public static GetNamesByPreCompile ( this text, bool isDigit ) : string[]
text this
isDigit bool
return string[]

PrintGridViewToCsv() public static method

public static PrintGridViewToCsv ( this dgv ) : string[]
dgv this
return string[]

PrintGridViewToText() public static method

public static PrintGridViewToText ( this dgv ) : string[]
dgv this
return string[]