Class CustomFormatHelper
A helper class for returning the correct .net culture string format for the specified ui CustomDateTimeFormat
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public static class CustomFormatHelper
Methods
ToCultureStringFormat(CustomDateTimeFormat)
Returns the correct .net culture string format for the specified ui CustomDateTimeFormat
Declaration
public static string ToCultureStringFormat(this CustomDateTimeFormat fmt)
Parameters
Type | Name | Description |
---|---|---|
CustomDateTimeFormat | fmt | The specified ui date/time format to convert to an equivelant .net culture format string |
Returns
Type | Description |
---|---|
string | The correct .net culture string format for the specified ui CustomDateTimeFormat |