팩토리 » Api

getformatmoney

Description

파라미터 값을 통화 형식의 문자열로 리턴하는 API이다.

Parameters

Parameters Type Description
strValue STRING 숫자값

Return Value

Type Description
STRING 통화 형식 문자열

Example

function btn_on_mouseup() { factory.consoleprint(factory.getformatmoney(123456.1234)); }

See Also

getformatpattern

Viewer Ver.

9.1.1.1

Update Date

20241025