ArcGIS Pro 2.9 API Reference Guide
Convert Method (EnumBooleanConverter)

ArcGIS.Desktop.Framework.Converters Namespace > EnumBooleanConverter Class : Convert Method
Converts an Enum to a Boolean value.
Syntax
Public Function Convert( _
   ByVal value As Object, _
   ByVal targetType As Type, _
   ByVal parameter As Object, _
   ByVal culture As CultureInfo _
) As Object

Parameters

value
targetType
parameter
culture

Return Value

Returns true if the Enum value matches.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EnumBooleanConverter Class
EnumBooleanConverter Members