[To be supplied.]
[Visual Basic] Overloads Public Shared Function GetIndexedPropertyValue( _ ByVal container As Object, _ ByVal propName As String, _ ByVal format As String _ ) As String [C#] public static string GetIndexedPropertyValue( object container, string propName, string format ); [C++] public: static String* GetIndexedPropertyValue( Object* container, String* propName, String* format ); [JScript] public static function GetIndexedPropertyValue( container : Object, propName : String, format : String ) : String;
DataBinder Class | DataBinder Members | System.Web.UI Namespace | DataBinder.GetIndexedPropertyValue Overload List