System.Web.DynamicData.DynamicDataExtensions.FormatValue C# (CSharp) Method

FormatValue() private method

private FormatValue ( this formattingOptions, object fieldValue ) : string
formattingOptions this
fieldValue object
return string
		public static string FormatValue (this IFieldFormattingOptions formattingOptions, object fieldValue)
		{
			throw new NotImplementedException ();
		}