C# 클래스 ExcelToolKit.Extension

파일 보기 프로젝트 열기: fanfeilong/exceltk

공개 메소드들

메소드 설명
Close ( this xmlReader ) : void
DefaultEncoding ( ) : Encoding
FromHex ( this digit ) : int
GetUserName ( ) : string
IsHexDigit ( this digit ) : bool

메소드 상세

Close() 공개 정적인 메소드

public static Close ( this xmlReader ) : void
xmlReader this
리턴 void

DefaultEncoding() 공개 정적인 메소드

public static DefaultEncoding ( ) : Encoding
리턴 System.Text.Encoding

FromHex() 공개 정적인 메소드

public static FromHex ( this digit ) : int
digit this
리턴 int

GetUserName() 공개 정적인 메소드

public static GetUserName ( ) : string
리턴 string

IsHexDigit() 공개 정적인 메소드

public static IsHexDigit ( this digit ) : bool
digit this
리턴 bool