C# Class PathLib.WindowsPathConverter

Turn a string into a Windows path.
Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: nemec/pathlib

Méthodes publiques

Méthode Description
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
IsValid ( ITypeDescriptorContext context, object value ) : bool

Method Details

CanConvertFrom() public méthode

public CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
context ITypeDescriptorContext
sourceType System.Type
Résultat bool

ConvertFrom() public méthode

public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
context ITypeDescriptorContext
culture System
value object
Résultat object

IsValid() public méthode

public IsValid ( ITypeDescriptorContext context, object value ) : bool
context ITypeDescriptorContext
value object
Résultat bool