Method CharAt
CharAt(String, Int32)
Gets the character at index index
if available, otherwise
it returns
Declaration
protected virtual char CharAt(string value, int index)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | |
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Char |