Char: IsLowSurrogate

IsLowSurrogate

Indicates whether the specified character has a low surrogate code unit.



 Public Function IsLowSurrogate(
	  ByVal c As Long ) As Boolean

Parameters

c
[ByVal] Long. The Unicode character to evaluate.

Return Values

Boolean -  True if the value of c parameter ranges from U+DC00 to U+DFFF; otherwise, False.

Remarks

This method handles the discrepancy between integers and longs particularly when dealing with negative integer values that should map to positive long values.

Exceptions

Exception Condition
ArgumentOutOfRangeExceptionc is outside of the valid range -32768 to 65535.

See Also

Project CorLib Overview

Class Char Overview

IsLowSurrogateStr

IsHighSurrogate

IsHighSurrogateStr

IsSurrogate

IsSurrogateStr