แก้ไข

แชร์ผ่าน


StringBuilder.TryGetRuneAt(Int32, Rune) Method

Definition

public:
 bool TryGetRuneAt(int index, [Runtime::InteropServices::Out] System::Text::Rune % value);
public bool TryGetRuneAt(int index, out System.Text.Rune value);
member this.TryGetRuneAt : int * Rune -> bool
Public Function TryGetRuneAt (index As Integer, ByRef value As Rune) As Boolean

Parameters

index
Int32
value
Rune

Returns

Applies to