实例化一个流水号生成的对象
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SoftNumericalOrder(
string textHead,
string timeFormate,
int numberLength,
string fileSavePath
)
Public Sub New (
textHead As String,
timeFormate As String,
numberLength As Integer,
fileSavePath As String
)
public:
SoftNumericalOrder(
String^ textHead,
String^ timeFormate,
int numberLength,
String^ fileSavePath
)
new :
textHead : string *
timeFormate : string *
numberLength : int *
fileSavePath : string -> SoftNumericalOrder
参数
- textHead
- 类型:SystemString
流水号的头文本 - timeFormate
- 类型:SystemString
流水号带的时间信息 - numberLength
- 类型:SystemInt32
流水号数字的标准长度,不够补0 - fileSavePath
- 类型:SystemString
流水号存储的文本位置
参见