staticcopyValueOf(data:NativeArray<Char16>):StringstaticcopyValueOf(data:NativeArray<Char16>, offset:Int, count:Int):Stringstaticformat(l:Locale, format:String, args:Rest<Dynamic>):Stringstaticformat(format:String, args:Rest<Dynamic>):StringstaticvalueOf(b:Bool):StringstaticvalueOf(obj:Object):StringstaticvalueOf(l:Int64):StringstaticvalueOf(i:Int):StringstaticvalueOf(f:String):StringstaticvalueOf(d:Float):StringstaticvalueOf(data:NativeArray<Char16>, offset:Int, count:Int):StringstaticvalueOf(data:NativeArray<Char16>):StringstaticvalueOf(c:Char16):StringgetBytes():NativeArray<Int8>getBytes(charsetName:String):NativeArray<Int8>getBytes(srcBegin:Int, srcEnd:Int, dst:NativeArray<Int8>, dstBegin:Int):VoidgetBytes(charset:Charset):NativeArray<Int8>indexOf(ch:Int):IntindexOf(str:String, fromIndex:Int):IntindexOf(str:String):IntindexOf(ch:Int, fromIndex:Int):IntlastIndexOf(ch:Int):IntlastIndexOf(str:String, fromIndex:Int):IntlastIndexOf(str:String):IntlastIndexOf(ch:Int, fromIndex:Int):IntregionMatches(ignoreCase:Bool, toffset:Int, other:String, ooffset:Int, len:Int):BoolregionMatches(toffset:Int, other:String, ooffset:Int, len:Int):Boolreplace(oldChar:Char16, newChar:Char16):Stringreplace(target:CharSequence, replacement:CharSequence):String