Method | Description | |
---|---|---|
GetString ( this source, |
Converts a byte array to string.
|
public static GetString ( this source, |
||
source | this | Byte array to be converted. |
encoding | Encoding to be used for conversion. Default value: Encoding.UTF8. | |
return | string |