Class CustomFormatHelper
A helper class for returning the correct .net culture string format for the specified ui CustomDateTimeFormat
Inheritance
System.Object
CustomFormatHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: 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 |
---|---|
System.String | The correct .net culture string format for the specified ui CustomDateTimeFormat |