C# Class Codaxy.Common.Convert

System.Convert replacement. Can convert nullable types and enums.
Afficher le fichier Open project: codaxy/common

Méthodes publiques

Méthode Description
ChangeType ( object o, Type type ) : object
ChangeType ( object o, Type type, IFormatProvider provider ) : object
ChangeTypeInvariant ( object o, Type type ) : object

Method Details

ChangeType() public static méthode

public static ChangeType ( object o, Type type ) : object
o object
type System.Type
Résultat object

ChangeType() public static méthode

public static ChangeType ( object o, Type type, IFormatProvider provider ) : object
o object
type System.Type
provider IFormatProvider
Résultat object

ChangeTypeInvariant() public static méthode

public static ChangeTypeInvariant ( object o, Type type ) : object
o object
type System.Type
Résultat object