Class LocalizationHelper
Provides helper methods for string localizations.
Inherited Members
Namespace: AXSharp.Connector.Localizations
Assembly: AXSharp.Connector.dll
Syntax
public static class LocalizationHelper
Methods
| Edit this page View SourceCleanUpLocalizationTokens(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. |
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. |