toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
jvm
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.serializer
/
toUUID
to
UUID
common
jvm
expect
fun
String
.
toUUID
(
)
:
UUID
Convert string to UUID. Accepts simple and hyphenated notations.
Throws
Illegal
Argument
Exception
if string is not a valid UUID.
actual
fun
String
.
toUUID
(
)
:
UUID