NevronOpenVision
Nevron.Nov Namespace / NEnum Class / TryParse Method / TryParse<TEnum>(String,Boolean,TEnum) Method
In This Topic
    TryParse<TEnum>(String,Boolean,TEnum) Method
    In This Topic
    Tries to parse the given string value to the specified enum. Returns true on success.
    Syntax
    public static System.bool TryParse<TEnum>( 
       System.string value,
       System.bool ignoreCase,
       out TEnum result
    )
    where TEnum: new(), struct

    Parameters

    value
    ignoreCase
    result

    Type Parameters

    TEnum
    Exceptions
    ExceptionDescription
    TEnum is not an enumeration type.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also