| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Function FormatDataTextValue( _ ByVal dataTextValue As Object _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveHyperLinkColumn Dim dataTextValue As Object Dim value As String value = instance.FormatDataTextValue(dataTextValue) | |
| C# | |
|---|---|
protected virtual string FormatDataTextValue( object dataTextValue ) | |
| C++/CLI | |
|---|---|
protected: virtual String^ FormatDataTextValue( Object^ dataTextValue ) | |
Parameters
- dataTextValue
Target Platforms: Microsoft .NET Framework 2.0