
GUID generator for the OnlineGenerators.Utilities.CSharp NuGet package
Syntax example
guidGeneratorService.GenerateGuids(guidGeneratorOptions);
Parameters
GuidGeneratorOptions
The main object that needs to be used for the function. Its properties are shown below.
NumberOfElementsToGenerate
int
Number of elements to generate. Must be a positive number or else an exception will occur.
InsertCapitalLetters
bool
Specifies whether GUIDs should be generated with uppercase letters.
GuidFormat
GuidFormat
Enumeration that allows you to specify the format used in the results.