diff --git a/CS2JLibrary/NetFramework/System/String.xml b/CS2JLibrary/NetFramework/System/String.xml
index 4e16794..f937c7e 100644
--- a/CS2JLibrary/NetFramework/System/String.xml
+++ b/CS2JLibrary/NetFramework/System/String.xml
@@ -418,6 +418,24 @@
Split
System.String[]
+
+
+ CS2JNet.System.StringSupport
+
+ StringSupport.Split(${this}, ${ss}, ${options})
+
+
+ System.String[]
+ ss
+
+
+ System.StringSplitOptions
+ options
+
+
+ Split
+ System.String[]
+
${this:16}.startsWith(${arg})