Share via


NSCoder.TryDecode Method

Definition

Overloads

TryDecode(String, IntPtr)

public bool TryDecode(string key, out IntPtr result);
member this.TryDecode : string * nativeint -> bool

Parameters

key
String
result
IntPtr

nativeint

Returns

Applies to

TryDecode(String, NSObject)

public bool TryDecode(string key, out Foundation.NSObject result);
member this.TryDecode : string * NSObject -> bool

Parameters

key
String
result
NSObject

Returns

Applies to

TryDecode(String, Boolean)

public bool TryDecode(string key, out bool result);
member this.TryDecode : string * bool -> bool

Parameters

key
String
result
Boolean

Returns

Applies to

TryDecode(String, Byte[])

public bool TryDecode(string key, out byte[] result);
member this.TryDecode : string * Byte[] -> bool

Parameters

key
String
result
Byte[]

Returns

Applies to

TryDecode(String, Double)

public bool TryDecode(string key, out double result);
member this.TryDecode : string * double -> bool

Parameters

key
String
result
Double

Returns

Applies to

TryDecode(String, Int32)

public bool TryDecode(string key, out int result);
member this.TryDecode : string * int -> bool

Parameters

key
String
result
Int32

Returns

Applies to

TryDecode(String, Int64)

public bool TryDecode(string key, out long result);
member this.TryDecode : string * int64 -> bool

Parameters

key
String
result
Int64

Returns

Applies to

TryDecode(String, Single)

public bool TryDecode(string key, out float result);
member this.TryDecode : string * single -> bool

Parameters

key
String
result
Single

Returns

Applies to