Strict version of String.toBoolean() #KT-42071
This commit is contained in:
@@ -279,6 +279,8 @@ public expect fun String.toBoolean(): Boolean
|
||||
|
||||
/**
|
||||
* Returns `true` if this string is not `null` and its content is equal to the word "true", ignoring case, and `false` otherwise.
|
||||
*
|
||||
* There are also strict versions of the function available on non-nullable String, [toBooleanStrict] and [toBooleanStrictOrNull].
|
||||
*/
|
||||
@SinceKotlin("1.4")
|
||||
public expect fun String?.toBoolean(): Boolean
|
||||
|
||||
Reference in New Issue
Block a user