NAnt SDK Documentation - v0.92

ResourceUtils.GetString Method

Returns the value of the specified string resource.

Overload List

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);

See Also

ResourceUtils Class | NAnt.Core.Util Namespace