Empty string: Difference between revisions

Content added Content deleted
m (→‎{{header|Visual Basic .NET}}: Added missing parenthesis.)
(→‎In depth: Added note about VB runtime in .NET Core)
Line 2,203: Line 2,203:
===In depth===
===In depth===
Note: implementation information provided in comments was obtained reflecting .NET libraries and viewing the .NET Core reference source and may not be correct or remain relevant as time passes.
Note: implementation information provided in comments was obtained reflecting .NET libraries and viewing the .NET Core reference source and may not be correct or remain relevant as time passes.

In .NET Core, functions defined in <code>Microsoft.VisualBasic</code> are only available for .NET Core 3.0 and above.


<lang vbnet>Option Strict On
<lang vbnet>Option Strict On