TestsTested | ✓ |
LangLanguage | Objective C++Objective C++ |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Alexander Dodatko.
A utility class to format strings that come from .NET web services. License : BSD
For example :
[ NSString stringWithDotNetFormat: @"Q{0} '{1}", @"a", @"b" ]; // Qa 'b
[ NSString stringWithDotNetFormat: @"Q{1} '{0}", @"a", @"b" ]; // Qb 'a