| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER EmptyStringForUnknown (character) | 
     Returns the source string or "" when the source string was ?  | 
|
| + | LOGICAL IsNotNullOrEmpty (character) | 
     Verifies if the passed in character string is not unknown value
or empty  | 
|
| + | LOGICAL IsNullOrEmpty (character) | 
     Verifies if the passed in character string is the unknown value
or empty  | 
|
| + | CHARACTER ParseUnknownValue (character) | 
     Parses a String for unknown value, returning ? for "?"  | 
| Options | Name | Purpose | |
|---|---|---|---|
| - | CharacterType () | 
     Disallow instance creation  | 
| 
         
            
                Top
                
            
         
        PUBLIC CHARACTER EmptyStringForUnknown (character)
 
  | 
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC LOGICAL IsNotNullOrEmpty (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsNullOrEmpty (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC CHARACTER ParseUnknownValue (character)
 
  | 
||||||||||||||||||||||
        
        PRIVATE CharacterType ()
 
  | 
||||||||
|---|---|---|---|---|---|---|---|---|