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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.