Click or drag to resize

NetForumIdExtensions Class

Contains commonly used extensions to NetForumId
Inheritance Hierarchy
SystemObject
  Ignition.FrameworkNetForumIdExtensions

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static class NetForumIdExtensions

The NetForumIdExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodSafeToString Converts a null reference or an instance of a NetForumId to a string. Null references will be converted to empty strings.
Public Extension MethodToGuid Converts an instance of a NetForumId to a Guid. Null references will result in an exception.
Public Extension MethodToNullableGuid Converts a null reference or an instance of a NetForumId to a Guid?.
Top
See Also