Creates a serial


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Function CreateSerials( _
ByVal startID As Long, _
ByVal endID As Long, _
ByVal date As Date, _
ByVal productInfo As String _
) As String()
C#
public string[] CreateSerials(
long startID,
long endID,
DateTime date,
string productInfo
)
C++
public:
array<String>^ CreateSerials(
__int64 startID,
__int64 endID,
DateTime date,
String productInfo
) sealed
J#
public string[] CreateSerials(
long startID,
long endID,
DateTime date,
string productInfo
)
JScript
public function CreateSerials(
startID : long,
endID : long,
date : DateTime,
productInfo : String
) : String[]

Parameters

startID
ID from which the serial generation will be started
endID
ID at which the serial generation will be ended. Must be biger than startID
date
The date to be stored in the serial
productInfo
Any string which will be included into serial. Maximum length allowed is 13 chars

See Also