NSCoder.TryDecode 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
TryDecode(String, NSObject)
public bool TryDecode (string key, out Foundation.NSObject result);
member this.TryDecode : string * -> bool
Parameters
Returns
TryDecode(String, Boolean)
public bool TryDecode (string key, out bool result);
member this.TryDecode : string * -> bool
Parameters
Returns
TryDecode(String, Byte[])
public bool TryDecode (string key, out byte[] result);
member this.TryDecode : string * -> bool
Parameters
Returns
TryDecode(String, Double)
public bool TryDecode (string key, out double result);
member this.TryDecode : string * -> bool
Parameters
Returns
TryDecode(String, Int32)
public bool TryDecode (string key, out int result);
member this.TryDecode : string * -> bool
Parameters
Returns
TryDecode(String, Int64)
public bool TryDecode (string key, out long result);
member this.TryDecode : string * -> bool
Parameters
Returns
TryDecode(String, nint)
public bool TryDecode (string key, out nint result);
member this.TryDecode : string * -> bool
Parameters
result
System.System.IntPtr
System.nativeint
Returns
TryDecode(String, Single)
public bool TryDecode (string key, out float result);
member this.TryDecode : string * -> bool
Parameters
Returns