C# Class SyrupPayJose.Utils.StringUtils

显示文件 Open project: SKplanet/syruppay-csharp

Public Methods

Method Description
ByteToString ( byte strByte ) : string
StringToByte ( string str ) : byte[]
toHex ( byte b ) : string

Method Details

ByteToString() public static method

public static ByteToString ( byte strByte ) : string
strByte byte
return string

StringToByte() public static method

public static StringToByte ( string str ) : byte[]
str string
return byte[]

toHex() public static method

public static toHex ( byte b ) : string
b byte
return string