'Declaration
<CanBeNullAttribute()> Function FindByValue( _ ByVal value As Long _ ) As EnumerationMember
'Usage
Dim instance As _EnumerationDataType Dim value As Long Dim value As EnumerationMember value = instance.FindByValue(value)
[CanBeNull()] EnumerationMember FindByValue( long value )
[CanBeNull()] EnumerationMember^ FindByValue( int64 value )
Parameters
- value
- The enumeration value to be found.
Return Value
null
reference. When there is more than one match, the first matching enumeration member found is returned.
This method can return null
(Nothing
in Visual Basic).