C# Class SyrupPayJose.Utils.StringUtils

Afficher le fichier Open project: SKplanet/syruppay-csharp

Méthodes publiques

Méthode Description
ByteToString ( byte strByte ) : string
StringToByte ( string str ) : byte[]
toHex ( byte b ) : string

Method Details

ByteToString() public static méthode

public static ByteToString ( byte strByte ) : string
strByte byte
Résultat string

StringToByte() public static méthode

public static StringToByte ( string str ) : byte[]
str string
Résultat byte[]

toHex() public static méthode

public static toHex ( byte b ) : string
b byte
Résultat string