private string CompileConstant(ConstantNode firstConstant) { return(ConstantFormatter.Format(firstConstant.Value)); }
private string CompileConstant(ConstantNode firstConstant) { return(firstConstant.Value.ToString(_culture)); }