Share via


ISession.TryGetValue(String, Byte[]) Método

Definición

Recupere el valor de la clave especificada, si está presente.

public:
 bool TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % value);
public bool TryGetValue (string key, out byte[] value);
public bool TryGetValue (string key, out byte[]? value);
abstract member TryGetValue : string * Byte[] -> bool
Public Function TryGetValue (key As String, ByRef value As Byte()) As Boolean

Parámetros

key
String
value
Byte[]

Devoluciones

El valor recuperado.

Se aplica a