Log In (forget password?)

Tag:

2 entries about nsstring.

convert string to int
ดีค่ะ จด ท่าเล็กๆ ไว้นะค่ะ  สำหรับการแปลงค่าจาก string ไป int ใน iphone NSString    *theString = @"123"; int        theInteger = [theString intVa...
nsstring -> char
สวัสดีค่า จดเอาไว้นะค่ะ  ท่านี้สำหรับ การแปลง nsstring ไป char NSString *foo = @"your text here"; const char *bar = [foo UTF8String];   จบแระนะ  ขอตั...