IsHexOrOctValue Method (String, Int64)

[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 i64Value As Long _
) As Boolean
public static bool IsHexOrOctValue(
    string Value,
    ref long i64Value
)
public:
static bool IsHexOrOctValue(
    String^ Value, 
    long long% i64Value
)
static member IsHexOrOctValue : 
        Value:string * 
        i64Value:int64 byref -> bool 
public static function IsHexOrOctValue(
    Value : String, 
    i64Value : long
) : 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