System.Management.Automation.Language.NullString
is to provide a possibility to pass a null-pointer as value for a .NET method that accepts strings. Value
. PS C:\> [System.Management.Automation.Language.NullString].GetType().FullName System.RuntimeType PS C:\> [System.Management.Automation.Language.NullString]::Value.GetType().FullName System.Management.Automation.Language.NullString
[NullString]
.