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 productInfo As String _
) As String()
C#
public string[] CreateSerials(
long startID,
long endID,
string productInfo
)
C++
public:
array<String>^ CreateSerials(
__int64 startID,
__int64 endID,
String productInfo
) sealed
J#
public string[] CreateSerials(
long startID,
long endID,
string productInfo
)
JScript
public function CreateSerials(
startID : long,
endID : long,
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
productInfo
Any string which will be included into serial. Maximum length allowed is 13 chars

See Also