Prepends a value.

import {StringBuilder} from "nativescript-stringformat";

// "Marcel Kloubert"
var str = new StringBuilder("Kloubert")
    .prepend("Marcel ");