DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsToLongOn this pageToLongToLong Function Converts the input number to an 8-byte integer. Syntax ToLong(scalar Value) Arguments ArgumentDescriptionscalar ValueNumber to be converted Examples: ToLong(5000000000) Returns the value as long data type.