Converts the specified decimal to string.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static string FromDecimal ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromDecimal( _ |
The value to convert.
A string representing the specified value.
See Also