dm_uuid4_hyphenize Function

public pure elemental function dm_uuid4_hyphenize(uuid) result(str)

Returns given UUID with hyphens, i.e., turns string 00000000000000000000000000000000 into 00000000-0000-0000-0000-000000000000. The function does not validate the passed indentifier.

Arguments

Type IntentOptional Attributes Name
character(len=UUID_LEN), intent(in) :: uuid

Return Value character(len=UUID_FULL_LEN)


Called by

proc~~dm_uuid4_hyphenize~~CalledByGraph proc~dm_uuid4_hyphenize dm_uuid4_hyphenize proc~dm_uuid4_hyphens dm_uuid4_hyphens proc~dm_uuid4_hyphens->proc~dm_uuid4_hyphenize