List of Intrinsic methods

From m204wiki
Jump to navigation Jump to search

The following are the available Intrinsic methods.

MethodClassDescription
AbsoluteFloatAbsolute value of a number
AES128CBCdecryptStringAES 128-bit key decryption
AES128CBCencryptStringAES 128-bit key decryption
AES128decryptStringAES 128-bit key decryption
AES128encryptStringAES 128-bit key decryption
AES192CBCdecryptStringAES 192-bit key CBC decryption
AES192CBCencryptStringAES 192-bit key CBC decryption
AES192decryptStringAES 192-bit key decryption
AES192encryptStringAES 192-bit key decryption
AES256CBCdecryptStringAES 256-bit key CBC decryption
AES256CBCencryptStringAES 256-bit key CBC decryption
AES256decryptStringAES 256-bit key decryption
AES256encryptStringAES 256-bit key decryption
AfterStringPart of string after a substring
AntilogFloatAntilog base e of a number
AntilogEFloatAntilog base e of a number
Antilog10FloatAntilog base 10 of a number
Antilog2FloatAntilog base 2 of a number
AsciiToEbcdicStringConvert ASCII string to EBCDIC
Base64ToStringStringConvert a base 64 string to Ebcdic
BeforeStringPart of string before a substring
BinaryToFloatStringConvert binary string representation of a number to floating point
BinaryToIntegerStringConvert a binary string to an integer
BitAndIntegerFloatDo bitwise And of integers
BitAndStringStringDo bitwise And of strings
BitClearStringStringClear a bit in a string
BitCountStringStringCount number of on bits in a string
BitFlipStringStringFlip a bit in a string
BitOffIntegerFloatClear bits in one integer from another
BitOffStringStringClear bits in one string from another
BitOnIntegerFloatSet bits in one integer from another
BitOnStringStringSet bits in one string from another
BitOrIntegerFloatDo bitwise Or of integers
BitOrStringStringDo bitwise Or of strings
BitSetStringStringSet a bit in a string
BitShiftLeftIntegerFloatDo left shift of bits in an integer
BitShiftRightIntegerFloatDo right shift of bits in an integer
BitValueStringStringGet bit value (0 or 1) in a string
BitXorIntegerFloatDo bitwise exclusive Or of integers
BitXorStringStringDo bitwise exclusive Or of strings
CenterStringCenter the input string within a return string of a specified length
CentreStringCenter the input string within a return string of a specified length
CertificateRequestStringCreate a certificate request from a private key
CharStringThe value at a specified position in the input string
CharacterToUnicodeStringTranslate characters to unicode
ClientCertificateRequestStringCreate a client certificate request from a public key
DaysToStringFloatConvert days since 1900 to string date/time
DEA128CBCdecryptStringDEA 128-bit key decryption
DEA128CBCencryptStringDEA 128-bit key decryption
DEA128decryptStringDEA 128-bit key decryption
DEA128encryptStringDEA 128-bit key decryption
DEA192CBCdecryptStringDEA 192-bit key CBC decryption
DEA192CBCencryptStringDEA 192-bit key CBC decryption
DEA192decryptStringDEA 192-bit key decryption
DEA192encryptStringDEA 192-bit key decryption
DEA64CBCdecryptStringDEA 64-bit key CBC decryption
DEA64CBCencryptStringDEA 64-bit key CBC decryption
DEA64decryptStringDEA 64-bit key decryption
DEA64encryptStringDEA 64-bit key decryption
DeflateStringCompress a longstring with deflate
DerToXmlDocStringConvert DER encoded data to XML
DivFloatInteger division
EbcdicToAsciiStringConvert EBCDIC string to ASCII
EbcdicToUnicodeStringConvert EBCDIC string to Unicode
FloatToBinaryFloatBinary string containing floating point representation
FloatToStringFloatConvert a number to a string
FormUrlDecodeUnicodeStringConvert Form URL encoded UTF-8 string to Unicode
GunzipStringDecompress a longstring with GUNZIP
GunzipDatetimeNSStringReturn create date of GZIP format longstring
GunzipFilenameStringReturn name of GZIP format longstring
GzipStringCompress a longstring with GZIP
HexToIntegerStringConvert a hexadecimal string to an integer
HexToStringStringConvert a hexadecimal string to Ebcdic
InflateStringDecompress a longstring with inflate
InsertStringInsert argument string inside the method object string
IntegerToBinaryFloatConvert an integer to a binary string
IntegerToHexFloatConvert an integer to a hexadecimal string
IsOneOfStringIs the method object string matched by any of the strings in the input list?
IsPrimeFloatIs this number prime?
IsStartOfStringIs the method object string an initial substring of the argument string?
JsonParseUnicodeParse a string into a Json object tree
LeftStringThe left-most characters of the string
LengthStringThe length of the string
LogFloatNatural log (base e) of a number
LogEFloatNatural log (base e) of a number
Log10FloatLog base 10 of a number
Log2FloatLog base 2 of a number
MarksNumberToStoreCodeFloat
MarksStoreCodeDecrementString
MarksStoreCodeIncrementString
MarksStoreCodeToNumberString
MD5digestString16-byte MD5 digest
MillisecondsToStringFloatConvert milliseconds since 1900 to string date/time
ModFloatRemainder of integer division
ModulusFloatRemainder of integer division
NextPrimeFloatFind smallest prime greater than this number
ParseLinesStringParse delimited string, creating new Stringlist
PositionInStringThe numeric position of one string within another
PositionOfStringThe numeric position of one string within another
PreviousPrimeFloatFind greatest prime smaller than this number
RC4decryptStringRC4 encryption or decryption
RC4encryptStringRC4 encryption or decryption
RegexMatchStringPosition after match of regex
RegexReplaceStringReplace regex match(es)
RegexSplitStringSplit string using regex, creating new Stringlist
RemoveStringRemove the occurrences of a specified substring
ReplaceStringReplace occurrences of a substring with a substitute string
ReverseStringReturn string characters in right-to-left order
RightStringThe right-most characters of the string
RoundFloatRound a floating point number to specified decimal places
RSAPrivateKeyToXmlDocStringConvert BER encoded RSA private key to XML
SecondsToStringFloatConvert seconds since 1900 to string date/time
SHAdigestString20-byte SHA digest
SHA224digestString224-bit SHA-2 digest
SHA256digestString256-bit SHA-2 digest
SHA384digestString384-bit SHA-384 digest
SHA512digestString512-bit SHA-512 digest
SignedCertificateStringSign a certificate request
SignedClientCertificateStringSign a client certificate request
SquareRootFloatSquare root of a number
StartsWithStringIs the argument string an initial substring of the method object string?
StringToBase64StringConvert an Ebcdic string to base 64
StringToDaysStringConvert string date/time to days since 1900
StringToHexStringConvert an Ebcdic string to hexadecimal
StringTokenizerStringCreate a tokenizer using the method object string
StringToMillisecondsStringConvert string date/time to milliseconds since 1900
StringToSecondsStringConvert string date/time to seconds since 1900
SubstringStringReturn a substring of the method object string
TimeStringConvertStringConvert date/time string from one format to another
ToDegreesFloatConvert a number in radians to degrees
ToFloatPowerFloatRaise number to a floating point power
ToIntegerPowerFloatRaise number to an integer power
ToLowerStringReturn alphabetic characters as all-lowercase
ToPowerFloatRaise number to an integer power
ToRadiansFloatConvert a number in desgrees to radians
ToStringStringConvert string to a string
ToUpperStringReturn alphabetic characters as all-uppercase
TranslateStringApply a Character Map to the method object string
TrimLeftStringTrim bytes from left of string
TrimRightStringTrim bytes from right of string
UStringConvert EBCDIC string to Unicode constant, including character encoding
UnicodeAfterUnicodePart of string after a substring
UnicodeBeforeUnicodePart of string before a substring
UnicodeCharUnicodeThe value at a specified position in the input string
UnicodeEQUnicodeTest if unicode strings are equal
UnicodeFormUrlEncodeUnicodeForm URL encode unicode string
UnicodeGEUnicodeTest if unicode string greater than or equal to another
UnicodeGTUnicodeTest if unicode string greater than another
UnicodeLEUnicodeTest if unicode string less than or equal to another
UnicodeLeftUnicodeThe left-most characters of the string
UnicodeLengthUnicodeLength of this string
UnicodeLTUnicodeTest if unicode string less than another
UnicodeNEUnicodeTest if unicode strings are unequal
UnicodePositionInUnicodeThe numeric position of one string within another
UnicodePositionOfUnicodeThe numeric position of one string within another
UnicodeRegexMatchUnicodePosition after match of regex
UnicodeRegexReplaceUnicodeReplace regex match(es)
UnicodeReplaceUnicodeApply the replacement table to this string
UnicodeRightUnicodeThe right-most characters of the string
UnicodeSubstringUnicodeReturn a substring of the method object string
UnicodeToEbcdicUnicodeTranslate to Ebcdic
UnicodeToLowerUnicodeTranslate to lowercase
UnicodeToUpperUnicodeTranslate to uppercase
UnicodeToUtf16UnicodeTranslate to UTF-16
UnicodeToUtf8UnicodeTranslate to UTF-8
UnicodeTrimLeftUnicodeTrim characters from left of string
UnicodeTrimRightUnicodeTrim characters from right of string
UnicodeUnspaceUnicodeRemove whitespace characters from the string
UnicodeUntranslatablePositionUnicodePosition of first Unicode character not translatable to EBCDIC
UnicodeUrlEncodeUnicodeURL encode unicode string
UnicodeWithUnicodeConcatenate this Unicode string with another
UnspaceStringRemove whitespace characters from the string
UrlDecodeUnicodeStringConvert URL encoded UTF-8 string to Unicode
Utf16ToUnicodeStringConvert a UTF-16 Longstring bytestream to Unicode
Utf8ToUnicodeStringConvert a UTF-8 Longstring bytestream to Unicode
WordStringSelect word from list of words
WordCountStringCount words in list
WordNumberInStringWord number of method object needle within argment list of words
WordNumberOfStringWord number of argument needle within method object list of words
WordsStringSublist of list of words
XStringHex constant method
X509CertificateToXmlDocStringConvert BER encoded X.509 certificate to XML
X509CrlToXmlDocStringConvert BER encoded X.509 CRL to XML
ZipStringCompress a longstring with ZIP

See also