method String.charCodeAt
Private
String.charCodeAt(index: number): number

Returns the Unicode value of the character at the specified location.

Parameters

index: number

The zero-based index of the desired character. If there is no character at the specified index, NaN is returned.

Return Type

number