Functions.SToDt 方法 | |
Convert an Date string to DateTime
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION SToDt(
cDate AS STRING
) AS DateTime
public static DateTime SToDt(
string cDate
)
查看代码参数
- cDate
- 类型:String
返回值
类型:
DateTime
与
cDate 中指定数字对应的日期值。
如果
cDate 不是有效日期,CToD() 返回 NULL_DATE。
参见