Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フロートがいくつかあり、それらはすべて可変文字列に格納されています。しかし、それらを表示している間、2011年にもかかわらず2011.00000が表示されているので、フォーマットしてほしい。助言がありますか。
ありがとう
NSString* str = [NSString stringWithFormat:@"%.f", float_number];
それらをfloatに入れて、stringWithFormat(@ "%f4.0" ,?
使用する
NSString* sa = [NSString stringWithFormat: @"%0.0f", 22323.4342];