jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
jvm
Platform filter
common
jvm
Switch theme
Search in API
jellyfin-sdk-kotlin
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