Search Results for

    Show / Hide Table of Contents

    Class CustomFormatHelper

    A helper class for returning the correct .net culture string format for the specified ui CustomDateTimeFormat

    Inheritance
    object
    CustomFormatHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    In this article
    Back to top © LemonEdge Technologies. All rights reserved.