cString: FromCharArray

FromCharArray

Returns a string from the characters in an integer array.



 Public Function FromCharArray(
	  ByRef Chars ( ) As Integer,
	  Optional ByRef Index As Variant,
	  Optional ByRef Count As Variant ) As String

Parameters

Chars
[ByRef] Integer. The array to create the string from.
Index
[ByRef] Optional. Variant. The starting index in the array.
Count
[ByRef] Optional. Variant. The number of characters to use.

Return Values

String -  A string created from the chars in an integer array.

Remarks

See Also

Project VBCorLib Overview Class cString Overview cString Properties cString Methods FormatEx IndexOfAny