MiValue.getString
string getString() @safeReturns
String value.
Throws
Exception if kind != MiValueKind.STRING.
Example:
auto v = MiValue.fromString("hello");
assert(v.getString() == "hello");string getString() @safeException if kind != MiValueKind.STRING.
Example:
auto v = MiValue.fromString("hello");
assert(v.getString() == "hello");