Conversions.FromCharArraySubset(Char[], Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit un sous-ensemble d'un tableau Char en chaîne.
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
Paramètres
- Value
- Char[]
Tableau Char
à convertir.
- StartIndex
- Int32
Index de base zéro de la position de départ.
- Length
- Int32
Longueur du sous-ensemble en octets.
Retours
Représentation sous forme de chaîne du tableau spécifié de la position de départ à la longueur spécifiée.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.