C#
VB
C++
Converts string to binary data.
public static byte[] DecodeBinary(
string data
)
Public Shared Function DecodeBinary( _
ByVal data As String _
) As Byte()
public:
static array<byte>^ DecodeBinary(
String^ data
)
data
The string to convert.
The binary data decoded from the string.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET