NetForumIdExtensions Class

Contains commonly used extensions to NetForumId

Definition

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static class NetForumIdExtensions
Inheritance
Object    NetForumIdExtensions

Methods

SafeToString Converts a null reference or an instance of a NetForumId to a string. Null references will be converted to empty strings.
ToGuid Converts an instance of a NetForumId to a Guid. Null references will result in an exception.
ToNullableGuid Converts a null reference or an instance of a NetForumId to a Guid?.

See Also