PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / CodeRange Class / IsSurrogateLow Method
The character for test.

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

    Parameters

    ch
    The character for test.

    Return Value

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