stringValue Function

public function stringValue(self, requestedLength) result(s)

Get the string value of length requestedLength stored in the object, or convert the value in the object to a string of that length if it is of a different type.

Type Bound

FTValue

Arguments

Type IntentOptional Attributes Name
class(FTValue) :: self
integer :: requestedLength

Return Value character(len=requestedLength)


Called by

proc~~stringvalue~~CalledByGraph proc~stringvalue FTValue%stringValue proc~ftvaluedescription FTValue%FTValueDescription proc~ftvaluedescription->proc~stringvalue proc~stringvalueforkey FTValueDictionary%stringValueForKey proc~stringvalueforkey->proc~stringvalue proc~printvaluedescription FTValue%printValueDescription proc~printvaluedescription->proc~ftvaluedescription