Clears the regular expression string that was previously set by 
SetFieldRegularExpression.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub ClearFieldRegularExpression( _
   ByVal  As FieldType _
) 
             
        
            
            'Usage
 
Dim instance As Reader
Dim field As FieldType
 
instance.ClearFieldRegularExpression(field)
             
        
            
            public void ClearFieldRegularExpression( 
   FieldType 
)
             
        
            
            public: void ClearFieldRegularExpression( 
   FieldType 
) 
             
        
            
            public:
void ClearFieldRegularExpression( 
   FieldType 
) 
             
        
             
        
            Parameters
- field
 
- The field type for which the regular expression will be cleared. 
 
            
             
            Exceptions
            
            
            
            
            
            
            
            
            
            
            See Also