Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowMustBeNullTerminatedString()

static void System.String.ThrowMustBeNullTerminatedString ( )
inlinestaticprivate

Definition at line 1439 of file String.cs.

1440 {
1441 throw new ArgumentException(SR.Arg_MustBeNullTerminatedString);
1442 }

References System.SR.Arg_MustBeNullTerminatedString.

Referenced by System.String.strlen(), and System.String.wcslen().