TypeSystemHelpers.

TryGetEnumValue(IXamlIlType, string, object) Method

Namespace
XamlIl.TypeSystem
Containing Type
TypeSystemHelpers

Syntax

public static bool TryGetEnumValue(IXamlIlType enumType, string value, out object rv)

Parameters

Name Type Description
enumType IXamlIlType
value string
rv object

Return Value

Type Description
bool