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

Définition

Récupérez la valeur de la clé donnée, le cas échéant.

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

Paramètres

key
String
value
Byte[]

Retours

Valeur récupérée.

S’applique à