Click or drag to resize
ValidationHelper.LoadGuid Method
Attempts to load the given new value as a Guid to the result. Returns true if the conversion of the new value was successful, if not, returns false and keeps the value the same.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static bool LoadGuid(
	ref Guid value,
	Object newValue
)

Parameters

value
Type: System.Guid
Value to load
newValue
Type: System.Object
New value

Return Value

Type: Boolean
See Also