IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
UtilString.cs File Reference

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...