Click or drag to resize
SystemHelperFormatApplicationIdentifier Method
Formats the application identifier retrieved from the configuration file.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string FormatApplicationIdentifier(
	Guid value
)

Parameters

value
Type: SystemGuid
The value to format.

Return Value

Type: String
See Also