Share via


IContextAccessor.GetStringValue(String) Method

Definition

Retrieves a string that is associated with the specified key.

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

Parameters

key
String

The key for the string to retrieve.

Returns

The retrieved string value.

Applies to