getString abstract method
Returns a value at key
as String
.
FormatException is thrown if an underlying value is unavailable or cannot be converted to String.
Implementation
String getString(K key);
Returns a value at key
as String
.
FormatException is thrown if an underlying value is unavailable or cannot be converted to String.
String getString(K key);