Initial value:= new string[17]
{
"($#)", "-$#", "$-#", "$#-", "(#$)", "-#$", "#-$", "#$-", "-# $", "-$ #",
"# $-", "$ #-", "$ -#", "#- $", "($ #)", "(# $)", "$- #"
}
Definition at line 1237 of file Number.cs.
1238 {
1239 "($#)", "-$#", "$-#", "$#-", "(#$)", "-#$", "#-$", "#$-", "-# $", "-$ #",
1240 "# $-", "$ #-", "$ -#", "#- $", "($ #)", "(# $)", "$- #"
1241 };
Referenced by System.Number.FormatCurrency().