Метод | Описание | |
---|---|---|
Base64Encode ( string plainText ) : string |
Encode string to base64
|
|
ConvertToUnixTimestamp ( System.DateTime date ) : double |
Convert DateTime to unix timestamp.
|
public static Base64Encode ( string plainText ) : string | ||
plainText | string | the string to be encoded. |
Результат | string |
public static ConvertToUnixTimestamp ( System.DateTime date ) : double | ||
date | System.DateTime | DateTime object. |
Результат | double |