In This Topic
Returns the fully qualified type name of this instance.
Syntax
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As Color
Dim value As String
value = instance.ToString()
public override string ToString()
Return Value
The fully qualified type name.
See Also