Converts the specified string value to its corresponding enumeration member of the specified type.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public static Object ToEnum ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToEnum( _ |
The type of the enumeration to convert to.
The string value to convert from.
A member of the specified enumeration that is deserialized from the specified string, possibly null if the deserialization failed.
See Also