IGLib
1.5
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | IG.Lib.UtilStr |
Various string operations, random strings, random characters, etc. More... | |
Namespaces | |
package | IG.Lib |
Enumerations | |
enum | IG.Lib.CharType { IG.Lib.CharType.None = 0, IG.Lib.CharType.CapitalLetter = 1, IG.Lib.CharType.SmallLetter = 2, IG.Lib.CharType.Numeric = 4, IG.Lib.CharType.All = CapitalLetter | SmallLetter | Numeric } |
Represents a character type, supports bitwise flag combination. More... | |