点击或拖拽改变大小

SoftNumericalOrder 构造函数

实例化一个流水号生成的对象

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public SoftNumericalOrder(
	string textHead,
	string timeFormate,
	int numberLength,
	string fileSavePath
)

参数

textHead
类型:SystemString
流水号的头文本
timeFormate
类型:SystemString
流水号带的时间信息
numberLength
类型:SystemInt32
流水号数字的标准长度,不够补0
fileSavePath
类型:SystemString
流水号存储的文本位置
参见