HardwareDeviceInfoToString Method |
Returns a String that represents this instance.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Dim instance As HardwareDeviceInfo
Dim returnValue As String
returnValue = instance.ToString()
abstract ToString : unit -> string
override ToString : unit -> string
public override function ToString() : String
Return Value
Type:
String
A
String that represents this instance.
See Also