RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DateEditControlSetup..::..ValidateEntryFormat Method

Validates the entry format.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static void ValidateEntryFormat(
	string dateFormatString
)
Public Shared Sub ValidateEntryFormat ( _
	dateFormatString As String _
)
public:
static void ValidateEntryFormat(
	String^ dateFormatString
)

Parameters

dateFormatString
Type: String
The date format string.

Exceptions


ExceptionCondition
ExceptionEntry DateTime format '{dateFormatString}' is not supported. Entry formats 'd', 'g', 'G', 't', or 'T' are supported.