TextHelpers.HexBinaryEncode Method (Byte[])
Converts a byte array into an SMS blob format.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string HexBinaryEncode(
this byte[] blob
)
public:
[ExtensionAttribute]
static String^ HexBinaryEncode(
array<unsigned char>^ blob
)
<ExtensionAttribute>
Public Shared Function HexBinaryEncode (
blob As Byte()
) As String
Parameters
blob
Type: System.Byte[]Byte array representing an SMS blob.
Return Value
Type: System.String
String representation of blob data.
See Also
TextHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top