Click or drag to resize

EnumHelperTryParseT Method

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

Parameters

value
Type: SystemString
ignoreCase
Type: SystemBoolean
result
Type: T

Type Parameters

T

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

Return Value

Type: Boolean
See Also