ResourceStringLoaderLoadString Method (String, String) |
加载资源字符串
Namespace: X3PlatformAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string LoadString(
string baseName,
string resourceName
)
public:
static String^ LoadString(
String^ baseName,
String^ resourceName
)
Parameters
- baseName
- Type: SystemString
The base name of the resource. - resourceName
- Type: SystemString
The resource name.
Return Value
Type:
StringThe string from the resource.
See Also