XsltFunctions.MSStringCompare(String, String, String, 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.
Implémente la ms:string-compare
fonction d’extension Microsoft XPath.
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 double MSStringCompare(System::String ^ s1, System::String ^ s2, System::String ^ lang, System::String ^ options);
public static double MSStringCompare (string s1, string s2, string lang, string options);
static member MSStringCompare : string * string * string * string -> double
Public Shared Function MSStringCompare (s1 As String, s2 As String, lang As String, options As String) As Double
Paramètres
- s1
- String
Première chaîne à comparer.
- s2
- String
Deuxième chaîne à comparer.
- lang
- String
Langage. facultatif.
- options
- String
Spécifie si la comparaison respecte la casse.
Retours
Si s1
< s2
, la méthode retourne -1. Si s1
== s2
, la méthode retourne 0. Si s1
> s2
, la méthode retourne 1.