Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / GetUnicodeBlock Method
The UTF-32 character (code point).

In This Topic
    GetUnicodeBlock Method
    In This Topic
    Returns a named range of Unicode characters for the specified UTF-32 character (code point).
    Syntax
    'Declaration
     
    Public Shared Function GetUnicodeBlock( _
       ByVal codePoint As System.Integer _
    ) As UnicodeBlock
    public static UnicodeBlock GetUnicodeBlock( 
       System.int codePoint
    )

    Parameters

    codePoint
    The UTF-32 character (code point).

    Return Value

    The named range.
    See Also