 | ConvertTypeGetBool 方法 |
Sweet 开发框架
取得bool值
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool GetBool(
Object obj
)
Public Shared Function GetBool (
obj As Object
) As Boolean
static member GetBool :
obj : Object -> bool
参数
- obj
- 类型:SystemObject
[缺少 "M:Sweet.Common.ConvertType.GetBool(System.Object)" 的 <param name="obj"/> 文档]
返回值
类型:
Boolean[缺少 "M:Sweet.Common.ConvertType.GetBool(System.Object)" 的 <returns> 文档]
参见