'Declaration
Public Function FindByInt32Value( _ ByVal value As Integer _ ) As EnumerationMember
'Usage
Dim instance As EnumerationDataType Dim value As Integer Dim value As EnumerationMember value = instance.FindByInt32Value(value)
public EnumerationMember FindByInt32Value( int value )
public: EnumerationMember^ FindByInt32Value( int 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).