ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRange Class / IsSurrogateHigh Method
The character for test.

In This Topic
    IsSurrogateHigh Method (CodeRange)
    In This Topic
    Whether is high code (Unicode) of surrogate character.
    Syntax
    'Declaration
     
    Public Shared Function IsSurrogateHigh( _
       ByVal ch As System.Char _
    ) As System.Boolean
    public static System.bool IsSurrogateHigh( 
       System.char ch
    )

    Parameters

    ch
    The character for test.

    Return Value

    true if is high code of surrogate character, otherwise false.
    See Also