Conversions.FromCharArraySubset(Char[], Int32, Int32) Metodo

Definizione

Converte un subset di una matrice Char in una stringa.

public:
 static System::String ^ FromCharArraySubset(cli::array <char> ^ Value, int StartIndex, int Length);
public static string FromCharArraySubset (char[] Value, int StartIndex, int Length);
static member FromCharArraySubset : char[] * int * int -> string
Public Shared Function FromCharArraySubset (Value As Char(), StartIndex As Integer, Length As Integer) As String

Parametri

Value
Char[]

Matrice Char da convertire.

StartIndex
Int32

Indice in base zero della posizione iniziale.

Length
Int32

Lunghezza del subset in byte.

Restituisce

Rappresentazione di stringa della matrice specificata dalla posizione iniziale della lunghezza specificata.

Si applica a