StringPrototype::substring Method (Object^, Double, Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a new string that contains the specified consecutive characters from the specified string.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::HasThisObject, JSBuiltin::String_substring)] static String^ substring( Object^ thisob, double start, Object^ end )
Parameters
- thisob
-
Type:
System::Object^
The object that this method is acting upon.
- start
-
Type:
System::Double
The first consecutive character to get.
- end
-
Type:
System::Object^
The last consecutive character to get.
Return Value
Type: System::String^A new string that contains the consecutive characters between start and end.
.NET Framework
Available since 1.1
Available since 1.1
Show: