This documentation is archived and is not being maintained.
HyperLinkColumn.FormatDataTextValue Method
.NET Framework 1.1
Formats a data-bound text caption using the format specified by the DataTextFormatString property.
[Visual Basic] Protected Overridable Function FormatDataTextValue( _ ByVal dataTextValue As Object _ ) As String [C#] protected virtual string FormatDataTextValue( object dataTextValue ); [C++] protected: virtual String* FormatDataTextValue( Object* dataTextValue ); [JScript] protected function FormatDataTextValue( dataTextValue : Object ) : String;
Parameters
- dataTextValue
- The data-bound URL to format.
Return Value
The data-bound text caption in the format specified by the DataTextFormatString property.
Remarks
Use the FormatDataTextValue method to format a data-bound text caption value with the format specified by the DataTextFormatString property.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HyperLinkColumn Class | HyperLinkColumn Members | System.Web.UI.WebControls Namespace | DataTextFormatString
Show: