Click or drag to resize

NetForumIdExtensionsToNullableGuid Method

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

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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