'Declaration Public Shared Function GetString( _ ByVal name As String _ ) As String
'Declaration
Public Shared Function GetString( _ ByVal name As String _ ) As String
'Usage Dim name As String Dim value As String value = ResourceStringHelper.GetString(name)
'Usage
Dim name As String Dim value As String value = ResourceStringHelper.GetString(name)
public static string GetString( string name )
ResourceStringHelper Class ResourceStringHelper Members