NegateBooleanConverter::Convert Method (Object^, Type^, Object^, CultureInfo^)
Visual Studio 2015
Returns a value that is the negation of the specified Boolean value.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual Object^ Convert( Object^ value, Type^ targetType, Object^ parameter, CultureInfo^ culture ) sealed
Parameters
- value
-
Type:
System::Object^
The value to convert.
- targetType
-
Type:
System::Type^
The type to which to convert the value.
- parameter
-
Type:
System::Object^
Not used.
- culture
-
Type:
System.Globalization::CultureInfo^
The culture.
Show: