Conversions::FromCharArraySubset Method (array<Char>^, Int32, Int32)

 

Converts a subset of a Char array to a string.

Namespace:   Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
static String^ FromCharArraySubset(
	array<wchar_t>^ Value,
	int StartIndex,
	int Length
)

Parameters

Value
Type: array<System::Char>^

The Char array to convert.

StartIndex
Type: System::Int32

Zero-based index of the start position.

Length
Type: System::Int32

Length of the subset in bytes.

Return Value

Type: System::String^

The string representation of the specified array from the start position to the specified length.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Return to top
Show: