Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BinaryDecoder Dim fieldName As String Dim maxByteStringLength As Integer Dim value() As Byte value = instance.ReadByteString(fieldName, maxByteStringLength) |
C# | |
---|---|
public byte[] ReadByteString( string fieldName, int maxByteStringLength ) |
Parameters
- fieldName
- maxByteStringLength
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x