Click or drag to resize

IntegerStringGenerator Constructor

Initializes a new instance of the IntegerStringGenerator class

Namespace:  FileHold.LibraryManager.Tags.StringGenerator
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public IntegerStringGenerator(
	int value,
	string format
)

Parameters

value
Type: SystemInt32
format
Type: SystemString
See Also