FieldTemplateUserControl.GetSelectedValueString Method ()

.NET Framework (current version)
 

Returns the string representation of the column's value.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

protected string GetSelectedValueString()

Return Value

Type: System.String

If 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
Return to top
Show: