NSCoder.TryDecode Method

Definition

Overloads

TryDecode(String, NSObject)
TryDecode(String, Boolean)
TryDecode(String, Byte[])
TryDecode(String, Double)
TryDecode(String, Int32)
TryDecode(String, Int64)
TryDecode(String, nint)
TryDecode(String, Single)

TryDecode(String, NSObject)

public bool TryDecode (string key, out Foundation.NSObject result);
member this.TryDecode : string *  -> 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

Parameters

key
String
result
Boolean

Returns

Applies to

TryDecode(String, Byte[])

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

Parameters

key
String
result
Byte[]

Returns

Applies to

TryDecode(String, Double)

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

Parameters

key
String
result
Double

Returns

Applies to

TryDecode(String, Int32)

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

Parameters

key
String
result
Int32

Returns

Applies to

TryDecode(String, Int64)

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

Parameters

key
String
result
Int64

Returns

Applies to

TryDecode(String, nint)

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

Parameters

key
String
result
System.System.IntPtr System.nativeint

Returns

Applies to

TryDecode(String, Single)

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

Parameters

key
String
result
Single

Returns

Applies to