parseUuid

expect fun parseUuid(value: String): Uuid(source)

Parses an identifier with the platform's standard UUID parser. Canonical dashed hexadecimal UUIDs are accepted on every target; invalid text throws IllegalArgumentException.

actual fun parseUuid(value: String): Uuid(source)

Parses an identifier using Kotlin's standard UUID parser.

actual fun parseUuid(value: String): Uuid(source)

Parses an identifier using the existing JVM UUID contract.