Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextExt Class / CollectChars Method

In This Topic
    CollectChars Method
    In This Topic
    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