NSPrinter.BooleanForKey(String, String) 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.
[Foundation.Export("booleanForKey:inTable:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool BooleanForKey(string key, string table);
[<Foundation.Export("booleanForKey:inTable:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BooleanForKey : string * string -> bool
override this.BooleanForKey : string * string -> bool
Parameters
- key
- String
- table
- String
Returns
- Attributes