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