点击或拖拽改变大小

DbcManager.ExtendDbName 方法

X#
Enhance the DBC name. Adds the extension and path when needed.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD ExtendDbName(
	cFileName AS STRING
) AS STRING
查看代码

参数

cFileName
类型:String
Name of the file. The extension and path are optional.

返回值

类型:String
Name with DBC extension when needed and with full path information when found.
参见