C# 클래스 Samurai.Helper

Contains some helper methods.
파일 보기 프로젝트 열기: FeeFighters/samurai-client-dotnet

공개 메소드들

메소드 설명
DecimalToString ( decimal value ) : string

Converts decimal to string that is acceptable by Samurai API.

StringToTransactionType ( string value ) : TransactionType

Converts string representation of transaction type into TransactionType value.

메소드 상세

DecimalToString() 공개 정적인 메소드

Converts decimal to string that is acceptable by Samurai API.
public static DecimalToString ( decimal value ) : string
value decimal String to convert.
리턴 string

StringToTransactionType() 공개 정적인 메소드

Converts string representation of transaction type into TransactionType value.
public static StringToTransactionType ( string value ) : TransactionType
value string String representation of transaction type.
리턴 TransactionType