Kit Documentation
Kit Documentation
Kit Reference
Kit
StringBuilderExtensions Class
StringBuilderExtensions Methods
IndexOf Method
IndexOf Method (StringBuilder, Char, Int32)
IndexOf Method (StringBuilder, String, Int32)
StringBuilderExtensions
IndexOf Method (StringBuilder, String, Int32)
Returns the index of a specified substring.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
int
IndexOf
(
this
StringBuilder
sb
,
string
value
,
int
startIndex
= 0 )
Request Example
View Source
Parameters
sb
Type:
System.Text
StringBuilder
value
Type:
System
String
startIndex
(Optional)
Type:
System
Int32
Return Value
Type:
Int32
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
StringBuilder
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
StringBuilderExtensions Class
IndexOf Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com