MiValue.fromString

MiValue fromString(string s) @safe

Creates a string value.

Example:

auto v = MiValue.fromString("some value");