C# Класс Samurai.Helper

Contains some helper methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
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