 | BaseProcessorDecodeBufferFromBinhex Method |
A helper method for processors that need to decode buffers from binhex strings.
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static byte[] DecodeBufferFromBinhex(
string value
)
Parameters
- value String
- The string to be decoded back to a byte[].
Return Value
ByteA byte array. Null is returned if the
value parameter
is null.
See Also