No pain,No gain
헬리코 세계
(81)
C,C++
(13)
Effective C++
(0)
Algorithm
(0)
자료구조
(0)
Design patterns
(0)
Unity
(18)
STL
(1)
cocos2D
(20)
Objective-C
(20)
iOS,AOS
(6)
English
(0)
Android
(0)
홈
태그
미디어로그
위치로그
방명록
/
/
블로그 내 검색
변형
NSString 를 int 로 int 형을 NSString 형으로 변형 하는 방법
2011.10.19
NSString 를 int 로 int 형을 NSString 형으로 변형 하는 방법
헬리
2011. 10. 19. 10:18
2011. 10. 19. 10:18
1.NSString형을 int형으로 변경 하는 방법.
NSString *str = @"7";
int i = [str intValue];
NSLog(@"i = %d",i);
2.int형을 NSString형으로 변경 하는 방법.
int i = 7;
NSString *str = [NSString stringWithFormat:@"%d",i];
이상입니다. ^^
공유하기
게시글 관리
No pain,No gain
저작자표시
PREV
이전
1
NEXT
다음
+ Recent posts
Powered by
Tistory
, Designed by
wallel
Rss Feed
and
Twitter
,
Facebook
,
Youtube
,
Google+
티스토리툴바