Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Character Classification in Siebel eScript >

Clib.isdigit() Method


This function returns true if a specified character is a decimal digit.

Syntax

Clib.isdigit(char)

Parameter
Description

char

A single character or a variable containing a single character

Returns

True if char is a decimal digit from 0 through 9; otherwise, false.

Usage

This function returns true if char is a decimal digit from 0 through 9; otherwise, it returns false.

See Also

Clib.isalnum() Method
Clib.isalpha() Method
Clib.isupper() Method

Siebel eScript Language Reference