Share via


ToULong Method (String)

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

Converts a string 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 String _
) As ULong
[CLSCompliantAttribute(false)]
public static ulong ToULong(
    string Value
)
[CLSCompliantAttribute(false)]
public:
static unsigned long long ToULong(
    String^ Value
)
[<CLSCompliantAttribute(false)>]
static member ToULong : 
        Value:string -> uint64 
public static function ToULong(
    Value : String
) : ulong

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

Conversions Class

ToULong Overload

Microsoft.VisualBasic.CompilerServices Namespace