Artech.UC.gxui.Helpers.WebForm.EndControl C# (CSharp) Method

EndControl() private static method

private static EndControl ( string type ) : string
type string
return string
		private static string EndControl(string type)
		{
			Debug.Assert(type != null);
			return String.Format("</gx{0}>", type);
		}
		private static string PropertyValue(string value, string defaultValue)