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