public string GetString()

in src/main/csharp/MapMessage.cs [181:192]


		public string GetString(string key)
		{
			try
			{
				return this.tibcoMapMessage.GetString(key);
			}
			catch(Exception ex)
			{
				ExceptionUtil.WrapAndThrowNMSException(ex);
				return null;
			}
		}