Rune.GetRuneAt(String, Int32) 메서드

정의

문자열의 지정된 위치에서 시작하는 Rune을 가져옵니다.

public:
 static System::Text::Rune GetRuneAt(System::String ^ input, int index);
public static System.Text.Rune GetRuneAt (string input, int index);
static member GetRuneAt : string * int -> System.Text.Rune
Public Shared Function GetRuneAt (input As String, index As Integer) As Rune

매개 변수

input
String

Rune을 만들 시작 문자열입니다.

index
Int32

Rune을 만들 input의 시작 위치입니다.

반환

Rune

지정된 indexinput에서 얻은 rune입니다.

예외

input이(가) null인 경우

index에서 input에 있는 유효한 스칼라 값의 시작을 참조하지 않습니다.

indexinput 범위를 벗어납니다.

설명

예외를 throw합니다( null``index 범위를 벗어났거나index) 내에서 input유효한 스칼라 값의 시작을 참조하지 않는 경우input.

적용 대상