ArcGIS Pro 2.9 API Reference Guide
Convert Method (IntMatchToBooleanConverter)

ArcGIS.Desktop.Framework.Converters Namespace > IntMatchToBooleanConverter Class : Convert Method
the integer value
the integer value to match
Converts an integer 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
the integer value
targetType
parameter
the integer value to match
culture

Return Value

Returns true if the integer value matches the parameter integer.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IntMatchToBooleanConverter Class
IntMatchToBooleanConverter Members