AudioCDPlayerGetEnumValue Method (Enum) |
Get the value of the selected item of the Enum
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string GetEnumValue(
Enum value
)
Public Function GetEnumValue (
value As Enum
) As String
Dim instance As AudioCDPlayer
Dim value As Enum
Dim returnValue As String
returnValue = instance.GetEnumValue(value)
member GetEnumValue :
value : Enum -> string
public String GetEnumValue(
Enum value
)
public function GetEnumValue(
value : Enum
) : String
function GetEnumValue(value);
Parameters
- value
- Type: SystemEnum
Return Value
Type:
StringSee Also