MindFusion.Wpf Pack Programmer's Guide
Converter.FromUInt64 Method
See Also
 





Converts the specified unsigned 64-bit integer value to string.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static string FromUInt64 (
    ulong val
)

Visual Basic  Copy Code

Public Shared Function FromUInt64( _
    val As ULong _
) As String

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also

Converter Members
Converter Class
MindFusion.Spreadsheet.Wpf Namespace