Converts string to binary data.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function DecodeBinary( _
ByVal data As String _
) As Byte() |
Visual Basic (Usage) | Copy Code |
---|
Dim data As String
Dim value() As Byte
value = Utils.DecodeBinary(data) |
Parameters
- data
- The string to convert.
Return Value
The binary data decoded from the string.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also