AudioCDPlayerGetEnumValueT Method (String) |
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 T GetEnumValue<T>(
string str
)
where T : struct, new(), IConvertible
Public Function GetEnumValue(Of T As {Structure, New, IConvertible}) (
str As String
) As T
Dim instance As AudioCDPlayer
Dim str As String
Dim returnValue As T
returnValue = instance.GetEnumValue(str)
member GetEnumValue :
str : string -> 'T when 'T : struct, new() and IConvertible
J# supports the use of generic APIs, but not the declaration of new ones.
JScript does not support generic types or methods.
JavaScript does not support generic types or methods.
Parameters
- str
- Type: SystemString
Type Parameters
- T
Return Value
Type:
TSee Also