Functions._TextSave 方法 | |
This function is used by the TEXT TO FILE UDC
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION _TextSave(
cFile AS STRING
) AS VOID
public static void _TextSave(
string cFile
)
查看代码参数
- cFile
- 类型:String
FileName specified in the TEXT TO FILE UDC
参见