SmartZone v6.1 for .NET - Updated
ClearFieldRegularExpression Method (Reader)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Reader Class : ClearFieldRegularExpression Method
The field type for which the regular expression will be cleared.
Clears the regular expression string that was previously set by SetFieldRegularExpression.
Syntax
'Declaration
 
Public Sub ClearFieldRegularExpression( _
   ByVal field As FieldType _
) 
'Usage
 
Dim instance As Reader
Dim field As FieldType
 
instance.ClearFieldRegularExpression(field)
public void ClearFieldRegularExpression( 
   FieldType field
)
public: void ClearFieldRegularExpression( 
   FieldType field
) 
public:
void ClearFieldRegularExpression( 
   FieldType field
) 

Parameters

field
The field type for which the regular expression will be cleared.
Exceptions
ExceptionDescription
The input FieldType is General Text, DataValidationList, or Unknown.
Remarks
FieldType.GeneralText, FieldType.Unknown and FieldType.DataValidationList are not valid as input field types for this method.
See Also

Reference

Reader Class
Reader Members
SetFieldRegularExpression Method
GetFieldRegularExpression Method

Is this page helpful?
Yes No
Thanks for your feedback.