예제 #1
0
 public object ChangeType_Decimal()
 {
     return(DecimalValue.ChangeType(typeof(Decimal), CultureInfo.InvariantCulture));
 }