iDotnetFormatter 1.0

iDotnetFormatter 1.0

测试测试过的
Lang语言 Objective C++Objective C++
许可证 BSD
发布最后发布时间2014年12月

Alexander Dodatko维护。



  • Alexander Dodatko

一个工具类,用于格式化来自.NET web服务的字符串。许可证: BSD

例如

[ NSString stringWithDotNetFormat: @"Q{0} '{1}", @"a", @"b" ]; // Qa 'b
[ NSString stringWithDotNetFormat: @"Q{1} '{0}", @"a", @"b" ]; // Qb 'a