BinaryResultArgsSaveFileStatic 方法 |
保存文件
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public static void SaveFileStatic(
byte[] data,
string resourceid,
string resourcepath
)
Public Shared Sub SaveFileStatic (
data As Byte(),
resourceid As String,
resourcepath As String
)
参数
- data
- 类型:SystemByte
文件数据 - resourceid
- 类型:SystemString
文件名 - resourcepath
- 类型:SystemString
保存路径
备注
参见