Contents

Views 737 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

NSString <-> NSData 형변환

 

NSString to NSData

NSString* str = @"test String";
NSData* data = [str dataUsingEncoding:NSUTF8StringEncoding];

 

NSData to NSString

NSString *str = [NSString stringWithUTF8String:[data bytes]];
NSString *str = [NSString stringWithFormat:@"%.*s", [data length], [data bytes]];

 


?

List of Articles
No. Category Subject Author Date Views
189 Develop [c++] 자료구조(링크리스트,스택,큐)와 후위 표기 계산기 샘플 ㅋㅋ 4 file hooni 2013.04.23 12357
188 Develop [c++] 인라인 함수에 대한 설명 hooni 2013.04.23 7134
187 Develop [c++] 인라인 함수 설명과 예제.. file hooni 2013.04.23 6673
186 Develop [c++] 윈도우 프로세스뷰어 분석.. ㅋㅋ file hooni 2013.04.23 8874
185 Develop [c++] 윈도우 API 정복 예제 file hooni 2013.04.23 7634
184 Develop [c++] 웹폼(webform)전송과 http 파일 업로드 샘플 file hooni 2013.04.23 33118
183 Develop [c++] 압축프로그램(Lite Zip) 샘플 file hooni 2013.04.23 8633
182 Develop [c++] 쓰레드(Thread) 객체의 사용 hooni 2013.04.23 8613
181 Develop [c++] 소켓 프로그래밍 관련 링크.. (퍼올려고 올린거) hooni 2013.04.23 7065
180 Develop [c++] 바탕화면 테두리에 자석처럼 붙는 스냅효과.. file hooni 2013.04.23 8938
179 Develop [c++] 문자열 뒤집기(문자열 거꾸로 출력) hooni 2013.04.23 17325
178 Develop [c++] 마방진 소스코드 file hooni 2013.04.23 9570
Board Pagination Prev 1 ... 78 79 80 81 82 83 84 85 86 87 ... 98 Next
/ 98