Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 323 Bytes

UUIDHelper.md

File metadata and controls

16 lines (9 loc) · 323 Bytes

Documentation

public static UUID dashed(String id)

converts unDashed UUID (short) to dashed UUID (long)

  • Parameters: id — String
  • Returns: UUID

public static String unDashed(UUID id)

converts dashed UUID (long) to unDashed UUID (short)

  • Parameters: id
  • Returns: String