 | ConvertExObjectToString 方法 |
Sweet 开发框架
对象转字符串
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string ObjectToString(
Object obj,
Type type
)
Public Shared Function ObjectToString (
obj As Object,
type As Type
) As String
static member ObjectToString :
obj : Object *
type : Type -> string
参数
- obj
- 类型:SystemObject
对象 - type
- 类型:SystemType
类型
返回值
类型:
String字符串
参见