PowerWEB LiveControls for ASP.NET
FormatDataTextValue Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveRadioButtonColumn Class : FormatDataTextValue Method



dataTextValue

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FormatDataTextValue( _
   ByVal dataTextValue As Object _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LiveRadioButtonColumn
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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.