| 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
Syntaxpublic 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:
StringRandom text value is returned in given length and characters.
See Also