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