In This Topic
Returns the value of the resource with the specified name in the assembly indicated by the template type.
Syntax
'Declaration
Public Overloads Shared Function GetString( _
ByVal As String _
) As String
public static string GetString(
string
)
Parameters
- name
- Name of the resource to get.
Return Value
The value of a resource.
See Also