What about this:
var text = "CanCallGet()"; var temp = text.Split("CanCall"); var result = "CanCall" + "_" + temp[1];