System::Text::StringBuilder::ToString metodo

StringBuilder::ToString() const method

Ottiene la stringa attualmente contenuta nel builder.

String System::Text::StringBuilder::ToString() const override

ReturnValue

String representation of builder’s data.

Vedi anche

StringBuilder::ToString(int, int) const method

Ottiene la sottostringa attualmente contenuta nel builder.

String System::Text::StringBuilder::ToString(int startIndex, int length) const
ParametroTipoDescrizione
startIndexintIndice di inizio dell’intervallo di estrazione.
lunghezzaintNumero di caratteri da estrarre.

ReturnValue

String representation of builder’s data subrange.

Vedi anche