IsNullOrEmptyConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
public ref class IsNullOrEmptyConverter sealed : Microsoft::VisualStudio::PlatformUI::ToBooleanValueConverter<System::String ^>
public ref class IsNullOrEmptyConverter sealed : Microsoft::VisualStudio::PlatformUI::ToBooleanValueConverter<Platform::String ^>
class IsNullOrEmptyConverter sealed : Microsoft::VisualStudio::PlatformUI::ToBooleanValueConverter<std::wstring>
public sealed class IsNullOrEmptyConverter : Microsoft.VisualStudio.PlatformUI.ToBooleanValueConverter<string>
type IsNullOrEmptyConverter = class
inherit ToBooleanValueConverter<string>
Public NotInheritable Class IsNullOrEmptyConverter
Inherits ToBooleanValueConverter(Of String)
- Inheritance
Constructors
IsNullOrEmptyConverter() |
Microsoft internal use only. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |
ConvertBack(Boolean, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |