일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 윈폼
- replace()
- ASP
- oracle
- jQuery
- c#
- 이클립스
- 자바스크립트
- CONVERT()
- attr()
- windows
- javascript
- 비주얼스튜디오
- 태그를 입력해 주세요.
- Winform
- 리포팅서비스
- 엑셀
- DataGrid
- 프로시저
- 마이크로소프트
- 윈도우
- aspnet
- Excel
- MS
- IIS
- MSSQL
- microsoft
- 단축키
- SSRS
- 오라클
Archives
- Today
- Total
목록IsDefined (1)
DJ메탈짱™의 Free Style
C# Keys 열거형,Enum.Keys, Shift, Combination, 키조합, TryParse, IsDefined, Validation ,Check
Keys key; // 입력된 값이 Enum으로 Convert가 정상적으로 되는지 확인. if (Enum.TryParse(ShortKey, out key)) { // Keys Enum에서 사용가능한 값인지 확인 if (!Enum.IsDefined(typeof(Shortcut), ShortKey.Replace("Control","Ctrl").Replace(",", ""))) { //{0}는 사용하실 수 없는 키조합 입니다. this.Warning(this.GetResourceValue("CMM_008", "[" + ShortKey + "]")); this.ShortKey = ""; return false; } } else { //{0}의 형식이 일치하지 않습니다. this.Warning(this.GetRe..
일(job)/MS(Microsoft)
2016. 1. 7. 13:41