CorString: CharAt |
Returns character value from a string at the specified index.
Public Function CharAt( ByRef s As String, ByVal Index As Long ) As Integer
Index is zero-based.
Exception | Condition |
---|---|
ArgumentOutOfRangeException |
Index is less than zero. -or- Index is equal to or greater than the length of s. |