Share via


IContextAccessor.GetDoubleValue(String) Method

Definition

Retrieves the value that is associated with the specified key.

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

Parameters

key
String

A string that represents the key of the element to retrieve.

Returns

The retrieved double value.

Applies to