Esempio n. 1
0
		public static BosPrice GetPrice(string title, BosPrice startValue)
		{
			var str = GetString(title, startValue.ToString());
			if (str == null) return null;
			return BosPrice.Parse(str);
		}