Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.19 KB

system-getdotnettype-method.md

File metadata and controls

43 lines (35 loc) · 1.19 KB
title description ms.author ms.date ms.topic author ms.reviewer
System.GetDotNetType(Any) Method
Gets the System.Type that corresponds to the given value.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

System.GetDotNetType(Any) Method

Version: Available or changed with runtime version 2.0.

Gets the System.Type that corresponds to the given value.

Note

This method is supported only in Business Central on-premises.

Syntax

Type :=   System.GetDotNetType(Expression: Any)

Note

This method can be invoked without specifying the data type name.

Parameters

Expression
 Type: Any
The value for which to retrieve the System.Type.

Return Value

Type
 Type: DotNet

See Also

System Data Type
Get Started with AL
Developing Extensions