Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: char CharAt(int)

Declaration

public char CharAt(
    int index
)

Summary

Returns the character at the specified index.

Parameters

intindex A character position in the current ConsoleColoredString.

Returns

The character at the specified index.