IContextAccessor.GetDoubleValue(String) 方法

定义

检索与指定键关联的值。

public:
 double GetDoubleValue(System::String ^ key);
public double GetDoubleValue (string key);
abstract member GetDoubleValue : string -> double
Public Function GetDoubleValue (key As String) As Double

参数

key
String

一个字符串,表示要检索的元素的键。

返回

Double

检索到的双精度值。

适用于