Click or drag to resize

ArgUtilsTryParseEnumT Method

Namespace:  Common.Logging.Configuration
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static T TryParseEnum<T>(
	T defaultValue,
	string stringValue
)
where T : struct, new()

Parameters

defaultValue
Type: T
stringValue
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also