SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / CharacterSet Class / Remove Method / Remove(String) Method
A string of characters to remove.




In This Topic
Remove(String) Method
In This Topic
Removes characters from the CharacterSet.
Syntax
'Declaration
 
Public Overloads Overridable Sub Remove( _
   ByVal characters As String _
) 
 
'Usage
 
Dim instance As CharacterSet
Dim characters As String
 
instance.Remove(characters)

Parameters

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