Documents for PDF, .NET Edition Documentation
CollectChars Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Extension Class : CollectChars Method
Adds all char codes from the specified string to the instance of HashSet.
Syntax
'Declaration
 
Public Shared Sub CollectChars( _
   ByVal unicodeChars As System.Collections.Generic.HashSet(Of Integer), _
   ByVal text As System.String _
) 
public static void CollectChars( 
   System.Collections.Generic.HashSet<int> unicodeChars,
   System.string text
)

Parameters

unicodeChars
text
See Also

Reference

Extension Class
Extension Members