Version

FormatString Property

Gets/sets the format string used by the control. This is only used when displaying the value when the control is not focused.
Syntax
'Declaration
 
Public Property FormatString As String
public string FormatString {get; set;}
Remarks

FormatString property is used to specify the format with which to format the value for displaying purposes when the control doesn't have focus. When the control has focus, InputMask is used. If this property is not specified then InputMask is used as well.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also