This returns the text for the given value based on the current FormatMode.
[Visual Basic] Protected Function GetFormatText( _ ByVal value As Object _ ) As String [C#] protected string GetFormatText( object value ); [C++] protected: String* GetFormatText( Object* value ); [JScript] protected function GetFormatText( value : Object ) : String;
FormatControl Class | FormatControl Members | System.WinForms Namespace