Click or drag to resize
EnumParse Method
Overload List
  NameDescription
Public methodStatic memberParse(Type, String)
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.
Public methodStatic memberParse(Type, String, Boolean)
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.
Top
See Also