Castle.MonoRail.Framework.Internal.ResourceFacade.GetString C# (CSharp) 메소드

GetString() 공개 메소드

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