ISession.TryGetValue(String, Byte[]) 方法

定义

检索给定键的值(如果存在)。

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

参数

key
String
value
Byte[]

返回

检索到的值。

适用于