Runtime.

Substring(string, int, int) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen
Containing Type
Runtime

Syntax

public static string Substring(string s, int startIndex, int endIndex)

Parameters

Name Type Description
s string
startIndex int
endIndex int

Return Value

Type Description
string