| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER ConvertFromString (character) | 
     Converts a character value to an integer value without raising an
error when values do not fit into integer  | 
|
| + | INTEGER ConvertFromString (character, integer) | 
     Converts a character value to an integer value without raising an
error when values do not fit into integer  | 
|
| + | LOGICAL IsNotNullOrZero (integer) | 
     Verifies if the passed in integer value is not unknown value
or 0  | 
|
| + | LOGICAL IsNullOrEmpty (integer) | 
     Verifies if the passed in integer value is the unknown value
or 0  | 
|
| + | CHARACTER NumericString (character) | 
     Returns the numeric part from the begining of a character value  | 
| Options | Name | Purpose | |
|---|---|---|---|
| - | IntegerType () | 
     Disallow instance creation  | 
| 
         
            
                Top
                
            
         
        PUBLIC INTEGER ConvertFromString (character)
 
  | 
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC INTEGER ConvertFromString (character, integer)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC LOGICAL IsNotNullOrZero (integer)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC LOGICAL IsNullOrEmpty (integer)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC CHARACTER NumericString (character)
 
  | 
|||||||||||||||||||||||||||
        
        PRIVATE IntegerType ()
 
  | 
||||||||
|---|---|---|---|---|---|---|---|---|