LocalizationResources.GetResourceString(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interpolates values into a localized string.
protected:
virtual System::String ^ GetResourceString(System::String ^ resourceString, ... cli::array <System::Object ^> ^ formatArguments);
protected virtual string GetResourceString (string resourceString, params object[] formatArguments);
abstract member GetResourceString : string * obj[] -> string
override this.GetResourceString : string * obj[] -> string
Protected Overridable Function GetResourceString (resourceString As String, ParamArray formatArguments As Object()) As String
Parameters
- resourceString
- String
The string template into which values will be interpolated.
- formatArguments
- Object[]
The values to interpolate.
Returns
The final string after interpolation.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา