ValidationHelperGetGuid Method |
Returns the GUID representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static Guid GetGuid(
Object value,
Guid defaultValue,
CultureInfo culture = null
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemGuid
Default value - culture (Optional)
- Type: System.GlobalizationCultureInfo
Culture used for conversion
Return Value
Type:
GuidSee Also