Empty string: Difference between revisions

→‎In depth: Added note about VB runtime in .NET Core
m (→‎{{header|Visual Basic .NET}}: Added missing parenthesis.)
(→‎In depth: Added note about VB runtime in .NET Core)
Line 2,203:
===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.
 
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
Anonymous user