IFeatureFlagsStoreCollection.GetBoolValue(String) Method

Definition

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

public bool? GetBoolValue(string name);
abstract member GetBoolValue : string -> Nullable<bool>
Public Function GetBoolValue (name As String) As Nullable(Of Boolean)

Parameters

name
String

Returns

Applies to