개정판 bae83c92
- convert에서 한글 파일명 오류 수정
- merged pdf 실행하도록 메시지창 출력
Change-Id: I882454f7cf0f521c621f33db8876b568db5a8342
ConvertService/ServiceBase/Markus.Service.Extensions/Exntensions/string.cs | ||
---|---|---|
25 | 25 |
int outValue = 0; |
26 | 26 |
return int.TryParse(value, out outValue); |
27 | 27 |
} |
28 |
|
|
29 |
public static bool IsKor(this char Value) |
|
30 |
{ |
|
31 |
if (0xac00 < Value && Value <= 0xd7a3 || 0x3131 <= Value && Value <= 0x318e) |
|
32 |
return true; |
|
33 |
else |
|
34 |
return false; |
|
35 |
|
|
36 |
} |
|
28 | 37 |
} |
29 | 38 |
} |
내보내기 Unified diff