C# 클래스 WHOis.StringHelper

파일 보기 프로젝트 열기: Behzadkhosravifar/WHOis

공개 메소드들

메소드 설명
GetNamesByPreCompile ( this text, bool isDigit ) : string[]
PrintGridViewToCsv ( this dgv ) : string[]
PrintGridViewToText ( this dgv ) : string[]

비공개 메소드들

메소드 설명
ClearNonAlphabetChars ( this text, bool isDigit ) : IList
IsEnglishLetter ( this c ) : bool
StringHelper ( ) : System

메소드 상세

GetNamesByPreCompile() 공개 정적인 메소드

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

PrintGridViewToCsv() 공개 정적인 메소드

public static PrintGridViewToCsv ( this dgv ) : string[]
dgv this
리턴 string[]

PrintGridViewToText() 공개 정적인 메소드

public static PrintGridViewToText ( this dgv ) : string[]
dgv this
리턴 string[]