Search Results for

    Show / Hide Table of Contents

    Class CurrencyHelper

    Inheritance
    object
    CurrencyHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public static class CurrencyHelper

    Methods

    GetCurrencySymbols()

    Declaration
    public static IEnumerable<(string Name, string Symbol)> GetCurrencySymbols()
    Returns
    Type Description
    IEnumerable<(string FileFormatName, string FileExtension)>

    TryParseWithCurrencySymbol(string, out decimal)

    Declaration
    public static bool TryParseWithCurrencySymbol(this string value, out decimal parsedValue)
    Parameters
    Type Name Description
    string value
    decimal parsedValue
    Returns
    Type Description
    bool

    TryParseWithCurrencySymbol(string, out double)

    Declaration
    public static bool TryParseWithCurrencySymbol(this string value, out double parsedValue)
    Parameters
    Type Name Description
    string value
    double parsedValue
    Returns
    Type Description
    bool

    TryParseWithCurrencySymbol(string, out short)

    Declaration
    public static bool TryParseWithCurrencySymbol(this string value, out short parsedValue)
    Parameters
    Type Name Description
    string value
    short parsedValue
    Returns
    Type Description
    bool

    TryParseWithCurrencySymbol(string, out int)

    Declaration
    public static bool TryParseWithCurrencySymbol(this string value, out int parsedValue)
    Parameters
    Type Name Description
    string value
    int parsedValue
    Returns
    Type Description
    bool

    TryParseWithCurrencySymbol(string, out long)

    Declaration
    public static bool TryParseWithCurrencySymbol(this string value, out long parsedValue)
    Parameters
    Type Name Description
    string value
    long parsedValue
    Returns
    Type Description
    bool
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.