C# 클래스 FlexFieldControlLib.HexadecimalValue

상속: IValueFormatter
파일 보기 프로젝트 열기: binaryage/xrefresh

공개 메소드들

메소드 설명
GetCharacterSize ( Graphics g, Font font, CharacterCasing casing ) : Size
IsValidKey ( KeyEventArgs e ) : bool
MaxValue ( int fieldLength ) : int
Value ( string text ) : int
ValueText ( int value, CharacterCasing casing ) : string

메소드 상세

GetCharacterSize() 공개 메소드

public GetCharacterSize ( Graphics g, Font font, CharacterCasing casing ) : Size
g System.Drawing.Graphics
font System.Drawing.Font
casing CharacterCasing
리턴 System.Drawing.Size

IsValidKey() 공개 메소드

public IsValidKey ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
리턴 bool

MaxValue() 공개 메소드

public MaxValue ( int fieldLength ) : int
fieldLength int
리턴 int

Value() 공개 메소드

public Value ( string text ) : int
text string
리턴 int

ValueText() 공개 메소드

public ValueText ( int value, CharacterCasing casing ) : string
value int
casing CharacterCasing
리턴 string