IFeatureFlagsStoreCollection.GetString(String) Method

Definition

Retrieves a string value with the given name. If the value doesn't exist, then null is returned.

public string GetString(string name);
abstract member GetString : string -> string
Public Function GetString (name As String) As String

Parameters

name
String

Returns

Applies to