NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResourceUtils.GetString Method

[This is preliminary documentation and subject to change.]

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