 | BaseProcessorEncodeBufferToBinhex Method |
A helper method for processors that need to encode buffers to binhex strings
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static string EncodeBufferToBinhex(
byte[] buffer
)
Parameters
- buffer Byte
- The byte[] to be encoded as a string.
Return Value
StringA string containing pairs of hex digits (0-9 and a-f). Null is returned
if the
buffer parameter is null.
See Also