Click or drag to resize

NetForumId   Conversion (NetForumId to NullableGuid)

Converts a NetForumId to a nullable GUID

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static explicit operator Guid? (
	NetForumId id
)

Parameters

id  NetForumId
NetForumId to convert to a nullable GUID

Return Value

NullableGuid
See Also