Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Gets the character at a specified position in the current StringView.
Read time 1 minuteLast updated 7 days ago

Definition

this[int]

Gets the character at a specified position in the current StringView.
public char this[int index] { get; }

Parameters

index

Returns

Type

Description

char

this[Index]

Gets the character at a specified position in the current StringView.
public char this[Index index] { get; }

Parameters

index

Returns

Type

Description

char