Click or drag to resize

BaseProcessorDecodeBufferFromBinhex Method

A helper method for processors that need to decode buffers from binhex strings.

Namespace: Orthogonal.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
public static byte[] DecodeBufferFromBinhex(
	string value
)

Parameters

value  String
The string to be decoded back to a byte[].

Return Value

Byte
A byte array. Null is returned if the value parameter is null.
See Also