'Declaration<CanBeNullAttribute()> Function FindByDecimalValue( _ ByVal value As Decimal _ ) As EnumerationMember
'UsageDim instance As _EnumerationDataType Dim value As Decimal Dim value As EnumerationMember value = instance.FindByDecimalValue(value)
[CanBeNull()] EnumerationMember FindByDecimalValue( decimal value )
[CanBeNull()] EnumerationMember^ FindByDecimalValue( decimal value )
Parameters
- value
 - The enumeration value to be found.
 
Return Value
Returns an OpcLabs.BaseLib.DataTypeModel.EnumerationMember which has the value given by the value parameter. When there is no such enumeration member, the function returns a 
null reference. When there is more than one match, the first matching enumeration member found is returned.