Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Com
Aote
Utils
StringExtension
C# Class Com.Aote.Utils.StringExtension
对字符串类进行扩展,增加一些新的有用的方法
显示文件
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