TCore_u32
 
TCore_u32 provides a container and routines for unsigned 32 bit quantities as held in a
u32. Simply create an instance of this object passing a u32 quantity as its construction
parameter and use the methods as necessary. 
  - Constructors:
    - TCore_u32(u32)
 Constructs a TCore_u32 object holding the specified u32 quantity
  - Methods:
      - TCore_String toString(u8 base)
 Returns the TCore_String equivalent of the class' contents to <base> base
 
  (C) 1998 The Tornado II programming team (Last
  updated: 15 March 2009 19:01:53 -0000)