AX#

Search Results for

    Show / Hide Table of Contents

    Class LocalizationHelper

    Provides helper methods for string localizations.

    Inheritance
    object
    LocalizationHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector.Localizations
    Assembly: AXSharp.Connector.dll
    Syntax
    public static class LocalizationHelper

    Methods

    | Edit this page View Source

    CleanUpLocalizationTokens(string)

    Cleans up localization tokens from a string.

    Declaration
    public static string CleanUpLocalizationTokens(this string localized)
    Parameters
    Type Name Description
    string localized

    String with localization tokens

    Returns
    Type Description
    string

    String without localization tokens.

    | Edit this page View Source

    CreateId(string)

    Create C# compliant identifier from an arbitrary string.

    Declaration
    public static string CreateId(string rawText)
    Parameters
    Type Name Description
    string rawText

    String from which to create identifier.

    Returns
    Type Description
    string

    C# compliant identifier.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors