DateTimeConverter.ConvertToDateFormat(String) Method
Formats the string value to a DateTime formatted string.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public static string ConvertToDateFormat(
string originalFormat
)
Parameters
Name | Type | Description |
---|---|---|
originalFormat | String | The String value to convert. |
Returns
Type | Description |
---|---|
String | The conversion result. |
See Also