IFeatureFlagsStore.GetString(String, String) Method

Definition

Retrieves a string value stored under the collectionPath with the dictated name. If the collectionPath or name doesn't exist, then null is returned.

public:
 System::String ^ GetString(System::String ^ collectionPath, System::String ^ name);
public string GetString(string collectionPath, string name);
abstract member GetString : string * string -> string
Public Function GetString (collectionPath As String, name As String) As String

Parameters

collectionPath
String

The full path, separated by back-slash characters to the collection/subcollection to be queried

name
String

The name of the value to read

Returns

string value of the name under the collection Path, or null if the value doesn't exist

Applies to