Skip to content

Commit b9163b0

Browse files
committed
Adding support for Indirect Object as well.
1 parent 9eff60f commit b9163b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CosObjectHelpers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ CDDate(str::CosString) = convert(CDDate, str)
6868
convert(::Type{CDTextString}, name::CosName) =
6969
CDTextString(split(String(name.val), '_'; limit=2)[2])
7070

71+
String(id::ID{CosName}) = String(get(id))
7172
String(name::CosName) = convert(String, name)
7273

0 commit comments

Comments
 (0)