String Intrinsic Functions (PRIM_LIBI.IStringIntrinsics)

String intrinsic functions

Ancestors - None

Details

Container for all string intrinsic functions

Methods

NameDescription
AsBooleanReturn a string as a Boolean
Result, FalseCaption, TrueCaption
AsCodePointReturn the string as a codepoint
Result
AsDateReturn a string as a date
Result, Format
AsDateTimeReturn a string as a datetime
Result, Format
AsFloatReturn the string as a float
Result
AsIntegerReturn the variable as an integer
Result
AsNumberReturn the variable as a number
Result
AsTimeReturn the variable as a time
Result, Format
IsBooleanTest if the string is a Boolean
Result, FalseCaption, TrueCaption
IsDateTest if the variable is a date
Result, Format
IsDateTimeTest if the variable is a datetime
Result, Format
IsFloatTest whether the string is a valid float
Result
IsNumberTest if the variable is a number
Result
IsTimeTest if the variable is a valid time
Result, Format
MaxReturns the largest string
Result, String1, String2, String3, String4, String5, String6, String7, String8, String9
MinReturns the smallest string
Result, String1, String2, String3, String4, String5, String6, String7, String8, String9

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2