Compartilhar via


GeneralFunctions.IsNumeric Method

Determines whether the given input value is numeric.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim input As String
Dim returnValue As Boolean

returnValue = GeneralFunctions.IsNumeric(input)

Syntax

'Declaration
<DebuggerStepThroughAttribute> _
Public Shared Function IsNumeric ( _
    input As String _
) As Boolean
[DebuggerStepThroughAttribute] 
public static bool IsNumeric (
    string input
)
[DebuggerStepThroughAttribute] 
public:
static bool IsNumeric (
    String^ input
)
/** @attribute DebuggerStepThroughAttribute() */ 
public static boolean IsNumeric (
    String input
)
DebuggerStepThroughAttribute 
public static function IsNumeric (
    input : String
) : boolean

Parameters

  • input
    Specifies the input value.

Return Value

Type: Boolean
True if it is numeric, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

GeneralFunctions Class
GeneralFunctions Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.