NetForumIdExtensionsToNullableGuid Method

Converts a null reference or an instance of a NetForumId to a Guid?.

Definition

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static Guid? ToNullableGuid(
	this NetForumId netForumId
)

Parameters

netForumId  NetForumId
A null reference or a NetForumId, to convert to a Guid?

Return Value

NullableGuid
A Guid? representing the provided NetForumId

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NetForumId. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also