Char: IsLowSurrogateStr

IsLowSurrogateStr

Indicates where the character in the string at the specified index is a low surrogate code unit.



 Public Function IsLowSurrogateStr(
	  ByRef s As String,
	  ByVal Index As Long ) As Boolean

Parameters

s
[ByRef] String. A string.
Index
[ByVal] Long. The position of the character to evaluate in s.

Return Values

Boolean -  True if the specified character in the s parameter ranges from U+DC00 to U+DFFF; otherwise, False.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Index is not a position within s.

See Also

Project CorLib Overview

Class Char Overview

IsLowSurrogate

IsHighSurrogate

IsHighSurrogateStr

IsSurrogate

IsSurrogateStr