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: Foundation/NSData.swift
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -482,6 +482,33 @@ public class NSMutableData : NSData {
482
482
}
483
483
}
484
484
485
+
extensionNSData{
486
+
487
+
/* Create an NSData from a Base-64 encoded NSString using the given options. By default, returns nil when the input is not recognized as valid Base-64.
0 commit comments