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