You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MetadataExtractor/StringValue.cs
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
// Copyright (c) Drew Noakes and contributors. All Rights Reserved. Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
2
2
3
+
usingSystem.Buffers.Binary;
4
+
3
5
namespaceMetadataExtractor
4
6
{
5
7
/// <summary>
@@ -62,7 +64,22 @@ int IConvertible.ToInt32(IFormatProvider? provider)
0 commit comments