Click or drag to resize
ResourceStringLoaderLoadString Method (String, String)
加载资源字符串

Namespace: X3Platform
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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: String
The string from the resource.
See Also