Exemplo n.º 1
0
 private string CompileConstant(ConstantNode firstConstant)
 {
     return(ConstantFormatter.Format(firstConstant.Value));
 }
Exemplo n.º 2
0
 private string CompileConstant(ConstantNode firstConstant)
 {
     return(firstConstant.Value.ToString(_culture));
 }