C# 클래스 Xsolla.PriceFormatter

파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Format ( float amountFloat, string currency ) : string
Format ( int amountInt, string currency ) : string
Format ( string amountString, string currency ) : string

메소드 상세

Format() 공개 정적인 메소드

public static Format ( float amountFloat, string currency ) : string
amountFloat float
currency string
리턴 string

Format() 공개 정적인 메소드

public static Format ( int amountInt, string currency ) : string
amountInt int
currency string
리턴 string

Format() 공개 정적인 메소드

public static Format ( string amountString, string currency ) : string
amountString string
currency string
리턴 string