Partager via


DataAnnotationsModelValidator.GetLocalizedString(String, Object[]) Méthode

Définition

Obtient une version localisée d’une chaîne spécifique.

protected:
 System::String ^ GetLocalizedString(System::String ^ name, ... cli::array <System::Object ^> ^ arguments);
protected string GetLocalizedString (string name, params object[] arguments);
member this.GetLocalizedString : string * obj[] -> string
Protected Function GetLocalizedString (name As String, ParamArray arguments As Object()) As String

Paramètres

name
String

Chaîne à localiser.

arguments
Object[]

Tableau d’arguments.

Retours

String

Version localisée du type de la chaîne.

S’applique à