Share via


BoolIndicatorConverter.Convert Method (Object)

 

Converts a WPF indicator object into a Boolean value.

Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public bool Convert(
    object indicator
)
public:
virtual bool Convert(
    Object^ indicator
) sealed
Public Function Convert (
    indicator As Object
) As Boolean

Parameters

  • indicator
    Type: System.Object

    An object passed by WPF that represents a Boolean indicator.

Return Value

Type: System.Boolean

A System.Boolean.

Implements

IIndicatorConverter.Convert(Object)

See Also

BoolIndicatorConverter Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top