FormMainRandomString Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax private string RandomString(
int size,
bool lowerCase
)
Private Function RandomString (
size As Integer,
lowerCase As Boolean
) As String
Request Example
View SourceParameters
- size Int32
-
- lowerCase Boolean
-
Return Value
StringSee Also