C# Class LinqToRest.OData.Formatting.Impl.TypeFormatter

Inheritance: ITypeFormatter
Afficher le fichier Open project: chrisblock/LinqToRest

Méthodes publiques

Méthode Description
Format ( Type type, object value ) : string
TypeFormatter ( ) : System

Method Details

Format() public méthode

public Format ( Type type, object value ) : string
type System.Type
value object
Résultat string

TypeFormatter() public méthode

public TypeFormatter ( ) : System
Résultat System