C# Class Com.Aote.Utils.StringExtension

对字符串类进行扩展,增加一些新的有用的方法
Datei anzeigen Open project: DuBin1988/restv2

Public Methods

Method Description
ToType ( this attrType ) : Type

把字符串格式的类型描述转换成实际类型。

Method Details

ToType() public static method

把字符串格式的类型描述转换成实际类型。
public static ToType ( this attrType ) : Type
attrType this 字符串形式的类型描述
return System.Type