NSString.LocalizedFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
public static Foundation.NSString LocalizedFormat (Foundation.NSString format, Foundation.NSObject[] args);
static member LocalizedFormat : Foundation.NSString * Foundation.NSObject[] -> Foundation.NSString
Parameters
Returns
public static Foundation.NSString LocalizedFormat (Foundation.NSString format, params object[] args);
static member LocalizedFormat : Foundation.NSString * obj[] -> Foundation.NSString
Parameters
Returns
public static Foundation.NSString LocalizedFormat (string format, params object[] args);
static member LocalizedFormat : string * obj[] -> Foundation.NSString
Parameters
Returns