TEnum.TryParse<T>(string,T) Method

Represents method TryParse<T>(string,T).

Namespace: Spring.SystemUtils
public
 class function TryParse<T>(const value: string; out enum: T): Boolean; overload; static;

Type Parameters

T

Parameters

value
Type: string

enum
Type: T

Return Value

Type: Boolean