StringBuilder.TryGetRuneAt(Int32, Rune) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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