get

fun get(key: String, default: String = ""): String

Get the system properties key-value, and return as String.

Return

String

Parameters

key

the key name.

default

the default value.