StringType.MidStmtStr(String, Int32, Int32, String) 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.
Remplace le paramètre sDest
par le contenu du paramètre sInsert
.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static void MidStmtStr(System::String ^ % sDest, int StartPosition, int MaxInsertLength, System::String ^ sInsert);
public static void MidStmtStr (ref string? sDest, int StartPosition, int MaxInsertLength, string sInsert);
public static void MidStmtStr (ref string sDest, int StartPosition, int MaxInsertLength, string sInsert);
static member MidStmtStr : string * int * int * string -> unit
Public Shared Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
Public Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
Paramètres
- sDest
- String
Obligatoire. Variable de chaîne à modifier.
- StartPosition
- Int32
Obligatoire. Emplacement dans le paramètre sDest
à partir duquel commencer le remplacement. L'index est de base 1.
- MaxInsertLength
- Int32
Obligatoire. Nombre maximal de caractères à partir du paramètre sInsert
à utiliser, en commençant au premier caractère.
- sInsert
- String
Obligatoire. Valeur de chaîne qui doit remplacer le paramètre sDest
.
Remarques
Cette classe prend en charge le compilateur Visual Basic et n’est pas destinée à être utilisée directement à partir de votre code.