Returns whether or not the characters in a given string are in the Rational® ClearQuest® data code page.
This method takes a String argument and checks to see if the characters in the given String are in the Rational ClearQuest data code page for the Session's schema-repository.
VBScript
adminSession.IsStringInCQDataCodePage stringToCheck
Perl
$adminSession->IsStringInCQDataCodePage($stringToCheck);
VBScript
IsInCodePage = adminSession.IsStringInCQDataCodePage stringToCheck
Perl
$isInCodePage = $adminSession->IsStringInCQDataCodePage($stringToCheck);