Castle.MonoRail.Framework.Internal.ResourceFacade.GetString C# (CSharp) Method

GetString() public method

Returns the object linked to the specific key as a string.
public GetString ( string key ) : string
key string
return string
		public string GetString(string key)
		{
			return resourceManager.GetString(key, cultureInfo);
		}