inString | String Optional. String to be checked for alphanumeric characters. |
isAlphanumeric | String Indicates whether or not all the characters in inString are alphanumeric. true indicates that all the characters in inString are alphanumeric. false indicates that not all the characters in inString are alphanumeric. The service returns false if inString is not specified. |