Click or drag to resize

RandomTextGenerate Method

Random text generation.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static string Generate(
	int minLength,
	int maxLength,
	string possibleCharacters
)

Parameters

minLength
Type: SystemInt32
Minimum length of generated text.
maxLength
Type: SystemInt32
Maximum lenght of generated text.
possibleCharacters
Type: SystemString
Characters that can be used for text generation.

Return Value

Type: String
Random text value is returned in given length and characters.
See Also