C# 클래스 FixerSharp.Fixer

파일 보기 프로젝트 열기: rmorrin/FixerSharp

공개 메소드들

메소드 설명
Convert ( string from, string to, double amount, System.DateTime date = null ) : double
Rate ( string from, string to, System.DateTime date = null ) : ExchangeRate

비공개 메소드들

메소드 설명
GetFixerData ( System.DateTime date = null ) : Newtonsoft.Json.Linq.JObject
GetRate ( string from, string to, System.DateTime date = null ) : ExchangeRate

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( string from, string to, double amount, System.DateTime date = null ) : double
from string
to string
amount double
date System.DateTime
리턴 double

Rate() 공개 정적인 메소드

public static Rate ( string from, string to, System.DateTime date = null ) : ExchangeRate
from string
to string
date System.DateTime
리턴 ExchangeRate