Float를string으로 변환하여 지정된 소수점 자릿수를 유지합니다.

111 단어 delphi
//  str:= FormatFloat('0.0',12.2533);
  str:= format('%.2f',[12.3533]);

좋은 웹페이지 즐겨찾기