Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (35 loc) · 1.1 KB

File metadata and controls

52 lines (35 loc) · 1.1 KB
title Option.filter<'T> Function (F#)
description Option.toNullable<'T> Function (F#)
keywords visual f#, f#, functional programming
author eriawan
manager danielfe
ms.date 07/01/2016
ms.topic language-reference
ms.prod visual-studio-dev14
ms.technology devlang-fsharp
ms.assetid b4f85b30-ef93-42a5-9ccc-7ed00c06bcad

Option.toNullable<'T> Function (F#)

Convert the option to a Nullable value.

Namespace/Module Path: Microsoft.FSharp.Core.Option

Assembly: FSharp.Core (in FSharp.Core.dll)

Syntax

// Signature:
toNullable : option:'T option -> Nullable<'T>

// Usage:
toNullable option

Parameters

option Type: 'T option

The input option.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Core.Option Module (F#)

Microsoft.FSharp.Core Namespace (F#)