'Declaration
Public Function ReadByteArray( _ ByVal fieldName As String _ ) As ByteCollection
'Usage
Dim instance As BinaryDecoder Dim fieldName As String Dim value As ByteCollection value = instance.ReadByteArray(fieldName)
public ByteCollection ReadByteArray( string fieldName )
public: ByteCollection^ ReadByteArray( String^ fieldName )
Parameters
- fieldName