'Declaration
<NotNullAttribute()> Public Overrides NotOverridable Function ToString() As String
[NotNull()] public override string ToString()
[NotNull()] public: String^ ToString(); override
'Declaration
<NotNullAttribute()> Public Overrides NotOverridable Function ToString() As String
[NotNull()] public override string ToString()
[NotNull()] public: String^ ToString(); override
If the value contains a VarTypes.Reserved, VarTypes.ByRef, VarTypes.Array or VarTypes.Vector flag (or their combination), the method returns the identifiers concatenated with a "|" operator.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.