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

DateEditControlSetup..::..ScrubDateFormatForCulture Method

Scrubs the date format for culture.

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

Syntax


public static string ScrubDateFormatForCulture(
	string dateFormatString,
	CultureInfo culture
)
Public Shared Function ScrubDateFormatForCulture ( _
	dateFormatString As String, _
	culture As CultureInfo _
) As String
public:
static String^ ScrubDateFormatForCulture(
	String^ dateFormatString, 
	CultureInfo^ culture
)

Parameters

dateFormatString
Type: String
The date format string.
culture
Type: CultureInfo
The culture.

Return Value

System.String.