Get random string readable.
Namespace:
robotManager.Helpful
Assembly:
robotManager (in robotManager.dll)
public static string GetRandomStringReadable(
int maxSize,
bool firstCharUpper
)
Public Shared Function GetRandomStringReadable ( _
maxSize As Integer, _
firstCharUpper As Boolean _
) As String
public:
static String^ GetRandomStringReadable(
int^ maxSize,
bool^ firstCharUpper
)
Parameters
- maxSize
- Type: Int32
The size.
- firstCharUpper
- Type: Boolean
if set to true first character upper case.
Return Value
System.String.