[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextExt.CollectChars

CollectChars Method

CollectChars(HashSet<int>, string)

Adds all char codes from the specified string to the instance of HashSet.

Declaration
public static void CollectChars(this HashSet<int> unicodeChars, string text)
Public Shared Sub CollectChars(unicodeChars As HashSet(Of Integer), text As String)
Parameters
Type Name Description
HashSet<int> unicodeChars
string text