Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl
Class UInteger

   in Numeric.h

class UInteger


Field Summary
 unsigned int __u
          
 
Constructor Summary
UInteger( unsigned int _u )
          
 
Method Summary
 static unsigned int parse( const wchar_t* _number, unsigned _base )
          
 static unsigned int parse( const wchar_t* _number, unsigned _base, unsigned int _default )
          
 static String toString( unsigned int _u, const wchar_t* _format )
          
 static String toString( unsigned int _u, unsigned _base )
          
 String toString( unsigned _base = 10 ) const
          
 

Field Detail

__u

public unsigned int __u;


Constructor Detail

UInteger

public UInteger( unsigned int _u );


Method Detail

parse

public static unsigned int parse( const wchar_t* _number, unsigned _base ) throw( NumericConvertException* );

parse

public static unsigned int parse( const wchar_t* _number, unsigned _base, unsigned int _default );

toString

public static String toString( unsigned int _u, const wchar_t* _format );

toString

public static String toString( unsigned int _u, unsigned _base );
Parameters:
_base - 2 ~ 36

toString

public String toString( unsigned _base = 10 ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD