Converts the specified enum value to a string.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public static string FromEnum ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromEnum( _ |
The value to convert.
A string that represents the specified enum.
See Also