NetForumId Conversion (NetForumId to NullableGuid)
Converts a NetForumId to a nullable GUID
Namespace: Ignition.FrameworkAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public static explicit operator Guid? (
NetForumId id
)
Public Shared Narrowing Operator CType (
id As NetForumId
) As Guid?
static explicit operator Nullable<Guid> (
NetForumId^ id
)
F# does not support the declaration of new casting operators.
- id NetForumId
- NetForumId to convert to a nullable GUID
NullableGuid