The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Conversions::FromCharArraySubset Method (array<Char>^, Int32, Int32)
.NET Framework (current version)
Converts a subset of a Char array to a string.
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
Available since 2.0
Silverlight
Available since 2.0
Show: