Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 507 Bytes

Order Number Generator

C# Component for creating order number automatically

You can find the component (as .dll file) in "/OrderNumberGenerator/OrderNumberGenerator/bin/Debug/OrderNumberGenerator.dll".

Add the component to your project by "Add References" in your Solution Explorer.

How to use component:
NumberGenerator generator = new NumberGenerator();
string orderNumber = generator.GenerateNumber("FT");

The result will be like this: FT-201905-0256353