Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.EnumData.FindValue Method

Find a enum value.

Class: YetaWF.Core.Models.EnumData
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public EnumDataEntry? FindValue( object value );

Parameters

value

The value searched.

Return Value

The entry matching the value.

See Also YetaWF.Core.Models.EnumData ClassYetaWF.Core Overview