DataAnnotationsModelValidator.GetLocalizedString(String, Object[]) 方法

定義

會針對特定字串取得在地版本。

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

參數

name
String

用字串定位。

arguments
Object[]

各種論點。

傳回

字串的局部版本。

適用於