GetString(String,Object[]) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Loads a formatted string.
public static string GetString(
string resourceId,
object[] args
)
public:
static String^ GetString(
String^ resourceId,
array<Object^>^ args
)
Parameters
- resourceId
- The identifier of the string resource.
- args
- An array of objects to be passed to String.Format.
Return Value
The string retrieved from the resource manager.