ToULong Method (Object)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts an object to a Ulong value.

This API is not CLS-compliant. The CLS-compliant alternative is ToLong.

Namespace:  Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function ToULong ( _
    Value As Object _
) As ULong
[CLSCompliantAttribute(false)]
public static ulong ToULong(
    Object Value
)
[CLSCompliantAttribute(false)]
public:
static unsigned long long ToULong(
    Object^ Value
)
[<CLSCompliantAttribute(false)>]
static member ToULong : 
        Value:Object -> uint64 
public static function ToULong(
    Value : Object
) : ulong

Parameters

Return Value

Type: System. . :: . .UInt64
The Ulong value of the object.

.NET Framework Security

See Also

Reference

Conversions Class

ToULong Overload

Microsoft.VisualBasic.CompilerServices Namespace