Net |
The NetForumIdExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| 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?. |