HyperLinkColumn.FormatDataTextValue Method (Object)
.NET Framework (current version)
Formats a data-bound text caption using the format specified by the DataTextFormatString property.
Assembly: System.Web (in System.Web.dll)
abstract FormatDataTextValue : dataTextValue:Object -> string override FormatDataTextValue : dataTextValue:Object -> string
Parameters
- dataTextValue
-
Type:
System.Object
The data-bound URL to format.
Return Value
Type: System.StringThe data-bound text caption in the format specified by the DataTextFormatString property.
Use the FormatDataTextValue method to format a data-bound text caption value with the format specified by the DataTextFormatString property.
.NET Framework
Available since 1.1
Available since 1.1
Show: