C# Class ExpressionToCodeLib.Internal.ObjectStringifyImpl

Inheritance: IObjectStringifier
Afficher le fichier Open project: EamonNerbonne/ExpressionToCode

Méthodes publiques

Méthode Description
ObjectStringifyImpl ( bool fullTypeNames = false ) : System
TypeNameToCode ( Type type ) : string

Private Methods

Méthode Description
DoubleToCode ( double p ) : string
EscapeCharForString ( char c ) : string
EscapeStringChars ( string str ) : string
FloatToCode ( float p ) : string
IObjectStringifier ( object val, Type type ) : string

Method Details

ObjectStringifyImpl() public méthode

public ObjectStringifyImpl ( bool fullTypeNames = false ) : System
fullTypeNames bool
Résultat System

TypeNameToCode() public méthode

public TypeNameToCode ( Type type ) : string
type System.Type
Résultat string