FieldTemplateUserControl.GetSelectedValueString Method ()
.NET Framework (current version)
Returns the string representation of the column's value.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Return Value
Type: System.StringIf the column's current value is a foreign-key column or an enumeration column, a string representation of the selected value; otherwise, null.
The GetSelectedValueString method is used to return a string representation of foreign-key or enumeration column types.
.NET Framework
Available since 4.0
Available since 4.0
Show: