IIndicatorConverter.Convert Method (Object)
Converts a WPF indicator object into a Boolean value.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
bool Convert(
object indicator
)
bool Convert(
Object^ indicator
)
Function Convert (
indicator As Object
) As Boolean
Parameters
indicator
Type: System.ObjectAn indicator object that is passed by WPF.
Return Value
Type: System.Boolean
Remarks
Based on the indicator value, ConditionalValueSupplier.Value1 or ConditionalValueSupplier.Value2 becomes the current value of ConditionalValueSupplier.
See Also
IIndicatorConverter Interface
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top