IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

UtilString.cs File Reference

Classes

class  IG::Lib::UtilStr
 Various string operations, random strings, random characters, etc. More...

Namespaces

namespace  IG::Lib

Enumerations

enum  IG::Lib::CharType {
  IG::Lib::None = 0, IG::Lib::CapitalLetter = 1, IG::Lib::SmallLetter = 2, IG::Lib::Numeric = 4,
  IG::Lib::All = CapitalLetter | SmallLetter | Numeric
}
 

Represents a character type, supports bitwise flag combination.

More...
 All Classes Namespaces Files Functions Variables Enumerations Properties Events