Char: IsLowSurrogate |
Indicates whether the specified character has a low surrogate code unit.
Public Function IsLowSurrogate( ByVal c As Long ) As Boolean
This method handles the discrepancy between integers and longs particularly when dealing with negative integer values that should map to positive long values.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | c is outside of the valid range -32768 to 65535. |