Judgment is a number

xiaoxiao2021-03-06  14

///

/// Name: isnumberic

/// function: Decision is the number of inputs

/// Parameters: String OText: Source text

/// Return value: BOOL TRUE: Yes FALSE: No

///

Public bool isnumberic (String OText)

{

Try

{

INT var1 = convert.toint32 (OText);

Return True;

}

Catch

{

Return False;

}

}

转载请注明原文地址:https://www.9cbs.com/read-47180.html

New Post(0)