C# Class ExpressionToCodeLib.Internal.ObjectStringifyImpl

Inheritance: IObjectStringifier
ファイルを表示 Open project: EamonNerbonne/ExpressionToCode

Public Methods

Method Description
ObjectStringifyImpl ( bool fullTypeNames = false ) : System
TypeNameToCode ( Type type ) : string

Private Methods

Method 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 method

public ObjectStringifyImpl ( bool fullTypeNames = false ) : System
fullTypeNames bool
return System

TypeNameToCode() public method

public TypeNameToCode ( Type type ) : string
type System.Type
return string