Share via


IsHexOrOctValue Method (String, UInt64)

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

Determines whether the value is a hexadecimal or octal value.

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

Syntax

'Declaration
Public Shared Function IsHexOrOctValue ( _
    Value As String, _
    ByRef ui64Value As ULong _
) As Boolean
public static bool IsHexOrOctValue(
    string Value,
    ref ulong ui64Value
)
public:
static bool IsHexOrOctValue(
    String^ Value, 
    unsigned long long% ui64Value
)
static member IsHexOrOctValue : 
        Value:string * 
        ui64Value:uint64 byref -> bool 
public static function IsHexOrOctValue(
    Value : String, 
    ui64Value : ulong
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if value is hexadecimal or octal; otherwise, false.

.NET Framework Security

See Also

Reference

Conversions Class

IsHexOrOctValue Overload

Microsoft.VisualBasic.CompilerServices Namespace