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

◆ Length

int System.String.Length
get

Definition at line 51 of file String.cs.

52 {
53 [Intrinsic]
54 get
55 {
56 return _stringLength;
57 }
58 }
readonly int _stringLength
Definition String.cs:32

Referenced by System.String.Concat(), System.String.Contains(), System.String.Contains(), System.String.CopyTo(), System.String.CopyTo(), System.String.CreateTrimmedString(), System.String.EndsWith(), System.String.EndsWith(), System.String.Equals(), System.String.Equals(), System.String.Equals(), System.String.GetBytesFromEncoding(), System.String.GetNonRandomizedHashCode(), System.String.GetNonRandomizedHashCodeOrdinalIgnoreCase(), System.String.IndexOf(), System.String.IndexOf(), System.String.IndexOf(), System.String.IndexOf(), System.String.IndexOf(), System.String.IndexOfAny(), System.String.IndexOfAny(), System.String.IndexOfAny(), System.String.Insert(), System.String.IsAscii(), System.String.LastIndexOf(), System.String.LastIndexOf(), System.String.LastIndexOf(), System.String.LastIndexOf(), System.String.LastIndexOfAny(), System.String.LastIndexOfAny(), System.String.MakeSeparatorList(), System.String.MakeSeparatorList(), System.String.MakeSeparatorList(), System.String.MakeSeparatorListVectorized(), System.String.PadLeft(), System.String.PadRight(), System.String.Remove(), System.String.Remove(), System.String.Replace(), System.String.Replace(), System.String.ReplaceHelper(), System.String.SplitInternal(), System.String.SplitInternal(), System.String.SplitWithoutPostProcessing(), System.String.StartsWith(), System.String.StartsWith(), System.String.Substring(), System.String.Substring(), System.String.ToCharArray(), System.String.ToCharArray(), System.String.TrimHelper(), System.String.TrimWhiteSpaceHelper(), System.String.TryCopyTo(), and System.String.TryGetSpan().