Returns the value of the specified string resource.
Returns the value of the specified string resource.
public static string GetString(string);
Returns the value of the specified string resource localized for the specified culture.
public static string GetString(string,CultureInfo);
Returns the value of the specified string resource localized for the specified culture for the specified assembly.
public static string GetString(string,CultureInfo,Assembly);
ResourceUtils Class | NAnt.Core.Util Namespace