C# Class X13.WOUM.ExConverter

显示文件 Open project: X13home/X13.Host

Public Methods

Method Description
FullName2Type ( string fullName ) : Type
Json2Type ( string json ) : Type
Name2String ( string name ) : string
Name2String2 ( string name ) : string
String2Name ( string str ) : string
Type2Name ( Type type ) : string

Private Methods

Method Description
ExConverter ( ) : Newtonsoft.Json

Method Details

FullName2Type() public static method

public static FullName2Type ( string fullName ) : Type
fullName string
return System.Type

Json2Type() public static method

public static Json2Type ( string json ) : Type
json string
return System.Type

Name2String() public static method

public static Name2String ( string name ) : string
name string
return string

Name2String2() public static method

public static Name2String2 ( string name ) : string
name string
return string

String2Name() public static method

public static String2Name ( string str ) : string
str string
return string

Type2Name() public static method

public static Type2Name ( Type type ) : string
type System.Type
return string