Accusoft.SmartZoneOCR5.Net - Updated
Remove(String) Method






Accusoft.SmartZoneOCRSdk Namespace > CharacterSet Class > Remove Method : Remove(String) Method
A string of characters to remove.
Removes characters from the CharacterSet.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Overloads Overridable Sub Remove( _
   ByVal characters As System.String _
) 
'Usage
 
Dim instance As CharacterSet
Dim characters As System.String
 
instance.Remove(characters)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public virtual void Remove( 
   System.string characters
)
public procedure Remove( 
    characters: System.String
); virtual; 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function Remove( 
   characters : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: virtual void Remove( 
   System.string* characters
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
virtual void Remove( 
   System.String^ characters
) 

Parameters

characters
A string of characters to remove.
Remarks
The method allows you to remove characters from the CharacterSet.
See Also

Reference

CharacterSet Class
CharacterSet Members
Overload List