StringExtrasStringIsNumber Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool StringIsNumber(
string s
)
Public Shared Function StringIsNumber (
s As String
) As Boolean
public:
static bool StringIsNumber(
String^ s
)
static member StringIsNumber :
s : string -> bool
Parameters
- s
- Type: SystemString
Return Value
Type:
Boolean
See Also