About 50 results
Open links in new tab
  1. String.Substring Method (System) | Microsoft Learn

    Retrieves a substring from this instance. This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  2. String.Substring 方法 (System) | Microsoft Learn

    public string Substring (int startIndex); Public Function Substring (startIndex As Integer) As String 参数 startIndex Int32 此实例中子字符串的起始字符位置(从零开始)。

  3. String.Substring メソッド (System) | Microsoft Learn

    public string Substring (int startIndex); Public Function Substring (startIndex As Integer) As String パラメーター startIndex Int32 このインスタンス内の部分文字列の 0 から始まる開始文字位置。

  4. String.Substring 方法 (System) | Microsoft Learn

    public string Substring (int startIndex); Public Function Substring (startIndex As Integer) As String 參數 startIndex Int32 這個執行個體中子字串之以零為起始的起始字元位置。

  5. Separate strings into substrings - .NET | Microsoft Learn

    Sep 15, 2021 · String.Split provides a handful of overloads to help you break up a string into a group of substrings based on one or more delimiting characters that you specify. You can choose to limit the …

  6. String.Substring 메서드 (System) | Microsoft Learn

    public string Substring (int startIndex); Public Function Substring (startIndex As Integer) As String 매개 변수 startIndex Int32 이 인스턴스의 substring에 있는 0부터 시작하는 문자 위치입니다.

  7. Strings - C# | Microsoft Learn

    Learn about strings in C# programming. See information on declaring and initializing strings, the immutability of string objects, and string escape sequences.

  8. String.Substring Methode (System) | Microsoft Learn

    Ruft eine Teilzeichenfolge dieser Instanz ab. Dieser Member wird überladen. Klicken Sie auf einen Namen in der Überladungsliste, um vollständige Informationen zu diesem Member sowie zu Syntax, …

  9. String.Substring Método (System) | Microsoft Learn

    Recupera una subcadena de la instancia. Este miembro está sobrecargado. Para obtener información completa sobre este miembro, incluida la sintaxis, el uso y algunos ejemplos, haga clic en un …

  10. String.Split Method (System) | Microsoft Learn

    Returns a string array that contains the substrings in this instance that are delimited by elements of a specified string or Unicode character array.