'DeclarationPublic Function ReadByteArray( _ ByVal fieldName As String _ ) As ByteCollection
'UsageDim instance As JsonDecoder Dim fieldName As String Dim value As ByteCollection value = instance.ReadByteArray(fieldName)
public ByteCollection ReadByteArray( string fieldName )
public: ByteCollection^ ReadByteArray( String^ fieldName )
Parameters
- fieldName