> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/react-native/conversion/tonull.md).

# toNull

## Description

Returns a value of type null.

## Input / Parameter

N/A

## Output

| Description                     | Output Type |
| ------------------------------- | ----------- |
| Returns the value of type null. | Null        |

## Example

In this example, we will use the `Conversion.toNull` function to print `null` in the console.

### Step

1. Call the function `Conversion.toNull` inside the `Log.write` function.

   ![](/files/FyPTijzAFsobJZYzO56o)

### Result

1. The console will print `null`.

   ![](/files/X15hhgBQW4qFKvhIQica)
