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

Converts a byte into an SMS blob format

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

Syntax

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

Parameters

blob
array< Byte > [] () [] []
Byte array representing SMS blob

Return Value

String representation of blob data

See Also