SystemHelperFormatApplicationName Method |
Formats the application name retrieved from the configuration file.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string FormatApplicationName(
string value,
Guid identifierValue
)
Parameters
- value
- Type: SystemString
The value to format. - identifierValue
- Type: SystemGuid
The application identifier to use when the name is empty.
Return Value
Type:
StringSee Also