Click or drag to resize

ScreenRecorderGetEnumValueT Method (String)

Get the value of the selected item of the Enum

Namespace:  CSScreenRecorder
Assembly:  CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public T GetEnumValue<T>(
	string str
)
where T : struct, new(), IConvertible

Parameters

str
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also