NPKI (인터넷뱅킹)
Windows XP , Vista
--> C:\Program Files\NPKI
Windows 7 (64bit)
--> C:\Users\[user id]\AppData\LocalLow\NPKI
SignKorea...
문자열(string) 편집 예제
1. 파일
//전체 파일명 : test.gif
fullName = dir.Substring(dir.LastIndexOf('\\') + 1);
//순수 파일명 : test
name = fullName.Substring(0,...
전화번호 하이픈(-) 추가 함수
/// 호출형태 addHyphen(phone.Replace("-", "");
public string addHyphen(string tel)
{
string t1 = string.Empty,...
피드 구독하기:
글 (Atom)