Hi, sometimes string meta data contains actually a byte array.
I tried to get the data as byte array using
public static byte[]? GetByteArray(this Directory directory, int tagType)
Now it appears the meta data reader creates a StringValue by terminating on first null character.
Is there a work-around to force the tag to be read as byte array ?
Hi, sometimes string meta data contains actually a byte array.
I tried to get the data as byte array using
public static byte[]? GetByteArray(this Directory directory, int tagType)Now it appears the meta data reader creates a
StringValueby terminating on firstnullcharacter.Is there a work-around to force the tag to be read as byte array ?