| AkCommonDeserializeT Method |
从字符串反序列化为对象。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static T Deserialize<T>(
string value
)
Parameters
- value
- Type: SystemString
字符串。
Type Parameters
- T
- 对象类型。
Return Value
Type:
T对象。
See Also