EnumHelperTryParseT Method

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public static bool TryParse<T>(
	string value,
	bool ignoreCase,
	out T result
)
where T : struct, new()

Parameters

value  String
 
ignoreCase  Boolean
 
result  T
 

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.Common.EnumHelper.TryParse``1(System.String,System.Boolean,``0@)"]

Return Value

Boolean

See Also