ResourceHelperGetText Method (String) |
获取当前程序集文本资源
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string GetText(
string name
)
Public Shared Function GetText (
name As String
) As String
public:
static String^ GetText(
String^ name
)
static member GetText :
name : string -> string
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Adf.ResourceHelper.GetText(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.ResourceHelper.GetText(System.String)"]
See Also