Skip to content

sitecore-ios-opensource/iDotnetFormatter

 
 

Repository files navigation

iDotnetFormatter

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

Bitdeli Badge

About

A utility class to format strings that come from .NET web services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 85.8%
  • Ruby 14.2%