GetString(String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Loads an unformatted string.
public static string GetString(
string resourceId
)
public:
static String^ GetString(
String^ resourceId
)
Parameters
- resourceId
- The identifier of the string resource.
Return Value
The string retrieved from the resource manager.