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