[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts a string in an SMS blob format to a byte[] array

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
byte[] 
HexBinaryDecode(
	
string 
blob
)
Public 
Shared 
Function 
HexBinaryDecode ( _
	
blob 
As 
String _
) 
As 
Byte()
public:
static 
array<
unsigned char>^ 
HexBinaryDecode(
	
String^ 
blob
)

Parameters

blob
String
String to blob encode

Return Value

Byte array of decoded blob

See Also